Skip to content

Instantly share code, notes, and snippets.

@utgwkk
Created November 29, 2016 14:11
Show Gist options
  • Save utgwkk/36f3a75ee423cc59c6cba15452cd4a70 to your computer and use it in GitHub Desktop.
Save utgwkk/36f3a75ee423cc59c6cba15452cd4a70 to your computer and use it in GitHub Desktop.
% cat .zsh_history | cut -d";" -f2 | cut -d" " -f1 | sort | uniq -c | sort -nr | head -20
420 git
299 vim
223 ls
198 cd
165 cat
154 python
141 sudo
129 rm
106 wget
90 mv
65 curl
63 cp
59 mkdir
56 echo
51
47 ll
43 ps
42 less
33 tmux
33 pyenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment