Skip to content

Instantly share code, notes, and snippets.

@J3RN
Created July 21, 2024 20:10
Show Gist options
  • Save J3RN/968fed3724c66216a45bfa69b81dba4f to your computer and use it in GitHub Desktop.
Save J3RN/968fed3724c66216a45bfa69b81dba4f to your computer and use it in GitHub Desktop.
What are your most common shell commands?
history | sed 's/\s\+[0-9]\+\s\+//' | cut -d ' ' -f 1 | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment