
20 Mar
2007
20 Mar
'07
8:23 a.m.
Quoth Thomas Hartman, nevermore,
This takes a long file containing mostly numerical data, filters out the numerical data, and sorts it numerically. (Not the same thing as sorting alphabetically, which is what you get by default, or using the unix sort utility). Maybe there's some flag to make unix sort util act like this? Enh, who cares, now we have haskell. :)
Alas, foiled again! ;-) sort flag: -n, --numeric-sort D. -- Dougal Stanton