Skip to content

Instantly share code, notes, and snippets.

@orendon
Created August 2, 2021 20:22
Show Gist options
  • Save orendon/dc9000279ecb6e46efa5ec5b32b8961c to your computer and use it in GitHub Desktop.
Save orendon/dc9000279ecb6e46efa5ec5b32b8961c to your computer and use it in GitHub Desktop.
most common commands bash script
history | awk '{print $2}' | sort | uniq -c | sort -nr | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment