On Sun, 16 Feb 2014 19:38:29 +0000
"Patrick O'Callaghan" <pocallag...@gmail.com> wrote:

> On Sun, Feb 16, 2014 at 7:30 PM, Tahir Hafiz <tahir.ha...@gmail.com>
> wrote:
> > cat words.txt | tr " " "\n" | sort -u
> 
> tr -d [:space:] < words.txt | sort -u
> 
> poc

Thanks for that,
sometimes it's the character you don't see. 

___
Regards
Frank 
frankly3d.com
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to