--- On Fri, 05 Jul 2013 07:38 PM,  steve <[email protected]> wrote:

> cat somefile.txt | sort | tee sorted.txt | uniq

This reminds me once I was given UUoC award [1].
If I'm right, this could be,

$ sort somefile.txt | tee sorted.txt | uniq

[1] - http://partmaps.org/era/unix/award.html

--
Regards,
ShanthaKumar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to