On Mon, 21 Jul 2014 16:01:05 -0600
Sherman Willden <sherman.will...@gmail.com> wrote:

> I have several files and I attached one of them. I want to sort the
> file and remove duplicate lines.

If you're running bash:

sort -u file > output_file


-- 
Don't stop where the ink does.
        Shawn

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to