$ history | awk \'{a[$2]++}END{for(i in a){print a[i] \" \" i}}\' | sort -rn | head > /tmp/cmds | gnuplot -persist <(echo \'plot \"/tmp/cmds\" using 1:xticlabels(2) with boxes\') Plot your most used commands with gnuplot.
by David Winterbottom (codeinthehole.com)
URL: http://feedproxy.google.com/~r/Command-line-fu/~3/6MxHiSiINdo/list-of-commands-you-use-most-often
Related articles by Zemanta
- Visualizing system performance data (amit-agarwal.co.in)
- concatenate compressed and uncompressed logs (amit-agarwal.co.in)
- history meme (joegaudet.tumblr.com)
You must log in to post a comment.