in reply to (code) RE: extract uniques and sort (thanks. 1WTDI)
in thread extract uniques and sort
It will probably be a bit faster.$ cat unsorted | sort | uniq >sorted.unique
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: RE: extract uniques and sort (thanks. 1WTDI)
by merlyn (Sage) on Sep 23, 2000 at 02:40 UTC | |
by Fastolfe (Vicar) on Sep 23, 2000 at 04:11 UTC | |
RE: (3) extract uniques and sort (just part of script)
by ybiC (Prior) on Sep 23, 2000 at 00:08 UTC |