This post originated from an RSS feed registered with Python Buzz
by Mark Ramm.
Original Post: Command line meme
Feed Title: Compound Thinking
Feed URL: http://compoundthinking.com/blog/index.php/category/programming/feed/
Feed Description: New perspectives on Information Technology.
I thought the top 10 command line meme was interesting, and it seems to be going around.
For me nosetests seems to be by far the most run command on my system — I guess that means I’ve been infected the testing meme as well.
ramoth:mramm markramm$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
[...]