bug-coreutils
[Top][All Lists]
Advanced

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

sort


From: Nathan Moore
Subject: sort
Date: Mon, 29 Aug 2005 05:10:21 -0400
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

I do not believe that the default behavior for GNU sort is what the man page and the info documents
state.  Also, I have found no flags to force this behavior.

If I have a file "file.txt" containing:
______________________________________
%
#
(
-
!
+
*
$
#
)
(
&
^
@
______________________________________

then shouldn't
sort file.txt
sort the lines by the ascii values of the first characters on each line, yielding output
where all duplicated symbols are on adjacent lines?

This is not what happens. Am I wrong in gathering that this is the expected behavior
from the documentation or is this a bug?

Nathan Moore





reply via email to

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