Skip to content

Instantly share code, notes, and snippets.

@eighteyes
Last active August 12, 2022 06:14
Show Gist options
  • Save eighteyes/bb21efc70f98ba3b75947329bc9ba908 to your computer and use it in GitHub Desktop.
Save eighteyes/bb21efc70f98ba3b75947329bc9ba908 to your computer and use it in GitHub Desktop.
Shell command concordance sorted by frequency one-liner
history | cut -c 8-90 | sort | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment