gnuist006 [at] gmail.com wrote:
> I want uniq without sorting the initial order.
echo -e "a\nc\nd\nb\nc\nd" | perl -nle 'print unless $seen{$_}++'
outputs
a
c
d
b
Peter
--
~/.signature: No such file or directory
