From: Christian Neukirchen Date: 2005-10-07T21:21:12+09:00 Subject: Re: One-liner removing duplicate lines Damien Wyart writes: > * "Vincent Foley" in comp.lang.ruby: >> How about the uniq(1) program? uniq infile > outfile > > Using uniq is not stable, ie you have to use sort(1) before, and the > initial order of lines is not kept. Better use sort -u then... > Damien Wyart -- Christian Neukirchen http://chneukirchen.org