using -t option with unix sort ?

Daniel Malaby dan at malaby.com
Thu Jul 14 08:02:47 GMT 2005


Hi All,

I am trying to sort a tab delimited file with sort. The problem I am
having is with the -t option. I do not know how to pass a tab.

Things I have tried:

sort -t \t
sort -t '\t'
sort -t "\t"
sort -t 0x09
sort -t '0x09'
sort -t "0x09"
sort -t ^I
sort -t '^I'
sort -t "^I"

Any suggestions would be much appreciated.

Thanks



More information about the freebsd-questions mailing list