Created
March 10, 2015 23:58
-
-
Save jkot/81b31ef5f8b1a5ec1956 to your computer and use it in GitHub Desktop.
history histogram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history|awk '{print $2}'|sort|uniq -c|sort -rn|head -20|awk '!max{max=$1;}{r="";i=s=60*$1/max;while(i-->0)r=r"#";printf "%15s %5d %s %s",$2,$1,r,"\n";}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment