On Wed, Dec 22, 2010, Mike Diehn wrote:
>
> I'm a unix guy.  That's what we call a sort-uniq operation, after the
> pipeline we'd use: sort datafile | uniq > uniq-lines.txt.  So I google that
> with python and ....

Side note: these days if you're using GNU utilities (i.e. you're on
Linux or CygWin), you can do sort -u.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Think of it as evolution in action."  --Tony Rand
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to