Skip to content

Instantly share code, notes, and snippets.

@angusdev
Created June 28, 2013 14:58
Show Gist options
  • Save angusdev/5885316 to your computer and use it in GitHub Desktop.
Save angusdev/5885316 to your computer and use it in GitHub Desktop.
Top 10 shell commands you currently use https://coderwall.com/p/o5qijw
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment