$ history 1000 | awk ‘{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head
114 cd
66 ls
35 gst
33 autotest
31 git
20 rake
15 sc
13 less
12 mate
10 rak
In case you couldn’t guess:
alias gst=’git status’
alias sc=’./script/console’
You’re currently reading “Sure, why not… my bash history”, an entry on Ben Mabey
- Published:
- 04.17.08 / 9am
- Tags:
- Post Navigation:
- « rspec plain text stories + webrat = chunky bacon!
git bash completion + git aliases »