Skip to content

Instantly share code, notes, and snippets.

@antonyalkmim
Created June 4, 2023 18:08
Show Gist options
  • Save antonyalkmim/15e388a35d8fac60cdc3229ffe5f343f to your computer and use it in GitHub Desktop.
Save antonyalkmim/15e388a35d8fac60cdc3229ffe5f343f to your computer and use it in GitHub Desktop.
Awesome bash commands

List top10 mostly used cli commands

history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment