Re: sort question

2002-09-12 Thread Andre Berger
* Nick Hastings <[EMAIL PROTECTED]>, 2002-09-12 23:45 -0400: > sort -n > > * Andre Berger <[EMAIL PROTECTED]> [020913 13:32]: > > I have a csv file I would like to sort linewise like > > > > 1 text > > 2 text > > 3 text > > . > > . > > . > > 10 text > > > > How can I avoid the curr

Re: sort question

2002-09-12 Thread Nick Hastings
sort -n * Andre Berger <[EMAIL PROTECTED]> [020913 13:32]: > I have a csv file I would like to sort linewise like > > 1 text > 2 text > 3 text > . > . > . > 10 text > > How can I avoid the current sorting result > > 1 text > 10 text > 2 text > 3 text > . > . > . > > ? TIA

sort question

2002-09-12 Thread Andre Berger
--huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have a csv file I would like to sort linewise like 1 text 2 text 3 text =2E =20 =2E =20 =2E=20 10 text How can I avoid the current sorting result 1