Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Last active August 15, 2017 15:41
Show Gist options
  • Save towfiqpiash/d617dc7777f6d4375bcd50df456c4dc3 to your computer and use it in GitHub Desktop.
Save towfiqpiash/d617dc7777f6d4375bcd50df456c4dc3 to your computer and use it in GitHub Desktop.
Learn few commands to make linux life a breeze

Which command I use most?

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