Skip to content

Instantly share code, notes, and snippets.

@jkot
Created March 10, 2015 23:58
Show Gist options
  • Save jkot/81b31ef5f8b1a5ec1956 to your computer and use it in GitHub Desktop.
Save jkot/81b31ef5f8b1a5ec1956 to your computer and use it in GitHub Desktop.
history histogram
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