bug-textutils
[Top][All Lists]
Advanced

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

Re: sort 2.0a


From: Bob Proulx
Subject: Re: sort 2.0a
Date: Thu, 16 Jan 2003 09:56:05 -0700
User-agent: Mutt/1.4i

address@hidden wrote:
> with -n, the result is incorrect.

Thanks for the report.  But I cannot recreate your problem.

> example :
> file = 1 5 3 55 11 33
> 
> sort -n file
> result :
> 1 33 3 5 11 55

Sorry, but I don't see that.

  cat > testfile <<EOF
  1
  5
  3
  55
  11
  33
  EOF

  sort -n < testfile
  1
  3
  5
  11
  33
  55

You said you were using sort 2.0a, which is very old.  You might try
updating.  The current version is in coreutils.

  http://alpha.gnu.org/gnu/coreutils/
  
Bob




reply via email to

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