using -t option with unix sort ?

Nelis Lamprecht nlamprecht at gmail.com
Thu Jul 14 09:36:01 GMT 2005


On 7/14/05, Daniel Malaby <dan at malaby.com> wrote:
> 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.

<snip>

> sort -t \t

</snip>

> 
> Any suggestions would be much appreciated.

remove the space between -t and \t and it should work

Regards,
Nelis


More information about the freebsd-questions mailing list