This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: My bash history
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Inspired by Ben Maybey and his bash history summary, here is mine:
→ 'history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
242 cd
117 clear
96 rake
70 sudo
57 ss
52 AUTOFEATURE=true
37 sc
32 sg
[...]