[python-win32] Identify unique data from sequence array
Aahz
aahz at pythoncraft.com
Thu Dec 23 01:18:23 CET 2010
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 (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"Think of it as evolution in action." --Tony Rand
More information about the python-win32
mailing list