bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sort command


From: Robert Lewis
Subject: sort command
Date: Fri, 05 Dec 2003 20:59:55 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Folks:

Some of my shell scripts are now failing with SuSE 9.0.
Prior to 9.0 the sort command would put anything starting with
-Doug
at the top, the - (dash) being the item of interest.  This has worked
on Unix etc as well as Linux until now.q

Now the - is being ignored and the letters following the dash are used
for the sort.

Here is an example:

moose
ant
zebra
-gosh

prior to 9.0 sort would do:
-gosh
ant
moose
zebra

after 9.0, I get.
ant
-gosh
moose
zebra

SuSE 9.0 is using.   (However, 4.5.8 did not have this problem)
sort (coreutils) 5.0
Written by Mike Haertel and Paul Eggert.

Cheers,
Bob
--
+------------------------------------------------------------------------+
| Robert L. Lewis  | Voice Home (831) 335-7816 | address@hidden |
| 851 Lost Acre Dr | Voice Work (831) 427-7613 |                         |
| Felton, CA 95018 | Home Fax   (831) 335-7403 | address@hidden    |
+------------------------------------------------------------------------+





reply via email to

[Prev in Thread] Current Thread [Next in Thread]