Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2005 10:47:50 -0700
From:      Daniel Malaby <dan@malaby.com>
To:        Nelis Lamprecht <nlamprecht@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: using -t option with unix sort ?
Message-ID:  <42D6A546.6030308@malaby.com>
In-Reply-To: <7cbadc8705071402394bfd087b@mail.gmail.com>
References:  <42D5C3FF.8070004@malaby.com>	 <7cbadc87050714023654bd3f26@mail.gmail.com> <7cbadc8705071402394bfd087b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040806090107080204000705
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit



Nelis Lamprecht wrote:
> On 7/14/05, Nelis Lamprecht <nlamprecht@gmail.com> wrote:
> 
>>On 7/14/05, Daniel Malaby <dan@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.


--------------040806090107080204000705
Content-Type: text/plain;
 name="sample.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sample.txt"

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

--------------040806090107080204000705--



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