Skip to content

Instantly share code, notes, and snippets.

@johnmdonahue
Created October 7, 2013 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmdonahue/6863313 to your computer and use it in GitHub Desktop.
Save johnmdonahue/6863313 to your computer and use it in GitHub Desktop.
.bash_history word cloud
cat ~/.bash_history | awk '$0=$1' | sort | uniq -c | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment