in reply to speed up one-line "sort|uniq -c" perl code
try to use nl for the line number:sort -u
sort -u | nl -ba
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: speed up one-line "sort|uniq -c" perl code (not the OP's question)
by Aristotle (Chancellor) on Apr 14, 2003 at 20:27 UTC |