We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
'Tr' Command #3
'Tr' Command #3
Sort by
recency
|
54 Discussions
|
Please Login in order to post a comment
without tr command
func() { local flag=1 local line="$1"
}
while read -r line do func "$line" echo done
tr -s ' '