Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created August 15, 2019 08:28
Show Gist options
  • Select an option

  • Save mishazawa/d442c759435c5d926aef2def5aae3ded to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/d442c759435c5d926aef2def5aae3ded to your computer and use it in GitHub Desktop.
Log stats
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment