Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2005 09:51:42 -0700
From:      Daniel Malaby <dan@malaby.com>
To:        freebsd-questions@freebsd.org
Subject:   a sort ?
Message-ID:  <42CEAF1E.5010603@malaby.com>

next in thread | raw e-mail | index | archive | help
Hi All,

I am trying to sort a tab delimited file with sort. The problem I am
having is with the -t option. I can not get it to accept 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42CEAF1E.5010603>