→ best of bash history
17 April 2008
I’ve been tagged.
$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' \
| sort -rn | head
113 fg
90 rg
85 gs
84 git
29 vi
23 rake
15 gb
8 github7
7 sc
6 ls
I use Vim and constantly ^Z / fg Unix jobs.
rg is the redgreen test runner.
gs and gb are git bash aliases.
github7 is the slice I always SSH into.
sc is alias sc='./script/console'