Sort produces incorrect order.
"Nelson, Gregg" <[email protected]> Tue, 16 Dec 2003 13:06:52 -0600
| Newsgroups | gmane.comp.gnu.textutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Never mind. I discovered my mistake. The following command produces the correct order: sort -t\. -k1,1 -k2,2 -k3,3 -k4,4 -nuo output-file input-file Sorry about that. Gregg Nelson