Jonathon Blake wrote:
> I have 250 pages (13,750 lines) of abbreviations, of which at least a
> third are duplicates.
> [This is _after_ doing "cat textfile | sort | uniq > uniq_line_listings"
Try
$ cat textfile | sort -u > uniq_line_listings
instead. Other thing is Data/Standard Filter (use no criteria, remove
duplicates, and copy to somewhere else).
Matej
--
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
It would be very good idea.
-- Gandhi, when asked what he thinks about Western
civilization?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]