Best of Bash History Meme
[ Arcadia ][ scavenge ] history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' \
> | sort -rn | head
106 ls
92 scp
46 cd
30 unrar
25 rm
18 sudo
17 mini
15 ss
11 vi
9 mate
mini
is an alias ssh to get into the home server
ss
is an alias for ‘./script/server’ to run ROR
mate
is the standard TextMate open command
