9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] sort strangeness
@ 2009-09-27  7:54 Gregory Pavelcak
  2009-09-27  9:02 ` Tharaneedharan Vilwanathan
  2009-09-27  9:10 ` Richard Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Gregory Pavelcak @ 2009-09-27  7:54 UTC (permalink / raw)
  To: 9fans

Just noticed this

cpu% cat tmp/sorttest
2
7
2.1
2.1.4
2.1.1
cpu% sort tmp/sorttest
2
2.1
2.1.1
2.1.4
7
cpu% sort -u tmp/sorttest
2
2.1
2.1.1
2.1.4
7
cpu% sort -n tmp/sorttest
2
2.1
2.1.4
2.1.1
7
cpu% sort -n -u tmp/sorttest
2
2.1
7
cpu%


Greg



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-27 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-27  7:54 [9fans] sort strangeness Gregory Pavelcak
2009-09-27  9:02 ` Tharaneedharan Vilwanathan
2009-09-27 13:42   ` Gregory Pavelcak
2009-09-27  9:10 ` Richard Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).