Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnjohndoe/48e51585838963e1aa378e0816d11c04 to your computer and use it in GitHub Desktop.
Save johnjohndoe/48e51585838963e1aa378e0816d11c04 to your computer and use it in GitHub Desktop.
Most frequently used shell commands
history | awk {'print $2, $3, $4'} | sort | uniq -c | sort -k1 -rn | head -n 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment