Skip to content

Instantly share code, notes, and snippets.

@poliveira89
Created June 26, 2013 22:58
Show Gist options
  • Save poliveira89/5872512 to your computer and use it in GitHub Desktop.
Save poliveira89/5872512 to your computer and use it in GitHub Desktop.
Top 10 shell commands
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