Skip to content

Instantly share code, notes, and snippets.

@A
Last active March 13, 2021 02:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save A/b66fc9bbe57aa8b9ce16 to your computer and use it in GitHub Desktop.
Save A/b66fc9bbe57aa8b9ce16 to your computer and use it in GitHub Desktop.
sh_stats () {
fc -l 1 | 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 -n20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment