This post originated from an RSS feed registered with Agile Buzz
by Maruis Marais.
Original Post: My bash history
Feed Title: exceptionz
Feed URL: https://exceptionz.wordpress.com/feed/
Feed Description: Thoughts on Technology, Methodology and Programming.
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
[...]