Skip to content

Instantly share code, notes, and snippets.

@ariefrahmansyah
Created July 9, 2019 10:33
Show Gist options
  • Select an option

  • Save ariefrahmansyah/e4b4aa521bd3a830ac4db038ceb2b47d to your computer and use it in GitHub Desktop.

Select an option

Save ariefrahmansyah/e4b4aa521bd3a830ac4db038ceb2b47d to your computer and use it in GitHub Desktop.
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 -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment