Skip to content

Instantly share code, notes, and snippets.

@yoku0825
Created March 31, 2015 09:19
Show Gist options
  • Save yoku0825/a5e07f73c28959050dbe to your computer and use it in GitHub Desktop.
Save yoku0825/a5e07f73c28959050dbe to your computer and use it in GitHub Desktop.
$ history | awk '{ print $2 }' | sort | uniq -c | sort -nr | head | awk '{ print $2 }' | cat -n
1 d
2 vim
3 ll
4 cd
5 perl
6 git
7 ssh
8 ps
9 ./my_logstash.pl
10 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment