Skip to content

Instantly share code, notes, and snippets.

@dyerrington
Created April 25, 2015 00:36
Show Gist options
  • Save dyerrington/3add35926496c5c552fa to your computer and use it in GitHub Desktop.
Save dyerrington/3add35926496c5c552fa to your computer and use it in GitHub Desktop.
Most used commands
history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment