Skip to content

Instantly share code, notes, and snippets.

@ao
Created October 16, 2015 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ao/5c74cab3c7e40fad69ae to your computer and use it in GitHub Desktop.
Save ao/5c74cab3c7e40fad69ae to your computer and use it in GitHub Desktop.
most common commandline commands
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment