using -t option with unix sort ?

Daniel Malaby dan at malaby.com
Thu Jul 14 17:48:05 GMT 2005



Nelis Lamprecht wrote:
> On 7/14/05, Nelis Lamprecht <nlamprecht at gmail.com> wrote:
> 
>>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
> 
> 
> actually scratch that, it works either way. can you give a sample of the data ?
> 
> Regards,
> Nelis

The sample data has 9 fields, I am trying to sort on the fifth field, 
here is what I have tried.

sort -t\t +4 -5 -o test.txt sample.txt

I did try removing the space and it did not work, I have also tried 
removing the -5. I think the spaces in the third field are confusing sort.

BTW this is being done on a PC running FBSD 4.11 prerelease #1

Thanks for your help and suggestions.

-------------- next part --------------
E002	19085	GENERAL DYNAMICS	5031802	E-GL/VX/B/R1.0	SFT CD, GL VXWORKS BOREALIS R1.0	06/30/05	     1	$995.00	$995.00
E016	19096	TGA INGENIERIA Y ELECTRONICS S	5881-2	E-AD600729C501	ARGUS PMC,2 DVI 16MB PERCHAN USB A/V	12/01/05	    30	$2,312.00	$69,360.00
E016	19096	TGA INGENIERIA Y ELECTRONICS S	5881-2	E-DDX/SO/R4.0	SFT CD, DDX SOL 2.6-9 BOREALIS R4.0	12/01/05	    30	$74.00	$2,220.00
E016	19096	TGA INGENIERIA Y ELECTRONICS S	5881-2	E-VIN/SO/R1.0	SFT CD, VID CAP SOL 2.6-9 BOREALIS R1.0	12/01/05	    30	$74.00	$2,220.00
E021	19093	GANYMED COMPUTER GMBH	7103879	E-AD90073913011	GARNET PMC RIO8 C2, REAR I/O 16MB	07/19/05	     2	$1,848.00	$3,696.00
E024	19080	DRS LAUREL TECHNOLOGIES	94358	E-AC7007121115A	ECLIPSE3 PMC, VGA 16MB Q70	08/18/05	     1	$846.00	$846.00
E024	19080	DRS LAUREL TECHNOLOGIES	94358	E-AC7007121115A	ECLIPSE3 PMC, VGA 16MB Q70	10/19/05	    19	$846.00	$16,074.00
E024	19080	DRS LAUREL TECHNOLOGIES	94358	E-AC7007121115A	ECLIPSE3 PMC, VGA 16MB Q70	09/20/05	     2	$846.00	$1,692.00
E024	19080	DRS LAUREL TECHNOLOGIES	94358	E-AC7007121115A	ECLIPSE3 PMC, VGA 16MB Q70	11/17/05	     7	$846.00	$5,922.00


More information about the freebsd-questions mailing list