[18679] in Athena Bugs
linux 8.4.18: sort
daemon@ATHENA.MIT.EDU (Nickolai Zeldovich)
Mon Jan 22 00:48:40 2001
Message-Id: <200101220548.AAA15724@alice-whacker.mit.edu>
To: bugs@MIT.EDU
Date: Mon, 22 Jan 2001 00:48:34 -0500
From: Nickolai Zeldovich <kolya@MIT.EDU>
System name: alice-whacker.mit.edu
Type and version: i686 8.4.18 (with mkserv)
Display type: XFree86 3.3.6 Mach64
Shell: /bin/athena/tcsh
Window manager: ctwm -s
What were you trying to do?
Sort numbers
What's wrong:
alice-whacker~18> sort -n
1
23
3
^D
3
23
1
What should have happened:
pepsi-one~2> sort -n << EOF
1
23
3
^D
1
3
23
Please describe any relevant documentation references:
sort(1)