Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created June 12, 2013 18:16
Show Gist options
  • Save dreamr/5767737 to your computer and use it in GitHub Desktop.
Save dreamr/5767737 to your computer and use it in GitHub Desktop.
most used commands
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment