Archive for June 17th, 2007

Sort uniq sort revisited, in modern Python

Sunday, June 17th, 2007 Posted under python, tech. | No Comments »

Just after I started messing around with Python, my friend Nelson posted about writing some simple Python to speed up the UNIX sort | uniq -c | sort -nr idiom. I ... Read more..