Skip to content

Instantly share code, notes, and snippets.

@unrevised6419
Last active December 1, 2024 12:02
Show Gist options
  • Save unrevised6419/6b02838fa54d4fd7c3155cd7a56d06e0 to your computer and use it in GitHub Desktop.
Save unrevised6419/6b02838fa54d4fd7c3155cd7a56d06e0 to your computer and use it in GitHub Desktop.
Show top 10 commands most used
history 1 | awk '{print $2}' | sort | uniq -ci | sort -gr | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment