Skip to content

Instantly share code, notes, and snippets.

@nijotz
Created August 31, 2015 18:16
Show Gist options
  • Select an option

  • Save nijotz/00de949a08ff9c0b3d16 to your computer and use it in GitHub Desktop.

Select an option

Save nijotz/00de949a08ff9c0b3d16 to your computer and use it in GitHub Desktop.
$ awk '{print $1}' ~/.bash_history_all | sort | uniq -c | sort -nr | head -n20
10663 git
3306 rake
1804 middleman
1668 vim
1664 cd
1441 ls
943 cat
672 ruby
594 grep
546 rm
462 bundle
279 curl
276 less
259 rspec
229 mv
199 contentful-importer
182 find
173 ssh
162 cp
153 gem
@nijotz
Copy link
Author

nijotz commented Aug 31, 2015

work.. #2 is 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment