original attempt below...perl -pale '$_="@{[grep !$s{$_}++, @F]}"'
my %seen; print join(' ', grep !$seen{$_}++, split), "\n" while <STDIN>;
-Blake
In reply to Re: Removing repeated words
by blakem
in thread Removing repeated words
by abitkin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |