sort with a tab as separator

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Aug 19 12:22:15 AEST 1990


In article <1990Aug17.185300.159 at midway.uchicago.edu> phd_ivo at gsbacd.uchicago.edu writes:
>I just figured out that it is my shell that actually translates tabs into
>spaces.  So, now I need a way to quote a tab (no, quotation marks or
>backslash quoting don't work)...

So get a real shell:
	$ echo '   ' | od -c
	0000000  \t  \n
	0000002
	$ 



More information about the Comp.unix.questions mailing list