Tr

From Teknologisk videncenter
Revision as of 06:57, 3 May 2012 by Heth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To convert whitespace "tab" and "spaces" to a single space to make it

[root@mars ~]#echo -e "God    dag alle\tmand\t  \t  og kvinder." | tr -s "\t" ' '
God dag alle mand og kvinder.