Skip to content

Instantly share code, notes, and snippets.

@kubo39
Created April 15, 2013 15:17
Show Gist options
  • Save kubo39/5388861 to your computer and use it in GitHub Desktop.
Save kubo39/5388861 to your computer and use it in GitHub Desktop.
どのコマンドをよく使ってるか
$ cat ~/.bash_history | sed "s|sudo ||g" | cut -d " " -f 1 | sort | uniq -c | sort -n | tail -n 10
37 top
39 dmd
39 ruby
46 make
51 rake
59 rackup
225 ls
268 gem
311 cd
475 git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment