On Sun, 14 Nov 1999, tom minchin wrote: > It probably thinks you are trying to pipe the output of sort into datafile. > > Try sort +4rn -5 -t\| datafile.dat -o datafile.dat.sorted > > [EMAIL PROTECTED] i'm curious why no one is suggesting the alternative form of sort: sort -k5rn,5 -t\| ... etc etc this newer form has always seemed more reasonable, at least to me. comments? rday -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Timestamp problem Azhar H. Chowdhury
- Help with sorting fields in a database gnielson
- Re: Help with sorting fields in a database Steve Borho
- Re: Help with sorting fields in a database Todd A. Jacobs
- Re: Help with sorting fields in a database tom minchin
- rpjday