History Meme
Took the idea from Dive Into Mark because I’m bored.
If you’re curious to see which commands you use the most just run:
$>history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
# local server 133 l 70 cd 47 svn 38 .. 29 e 26 mv 20 ll 10 rm 10 cp 8 ror # remote server 123 l 74 cd 35 svn 31 touch 26 .. 23 exit 23 cat 20 ll 18 rm 16 rake
A few notes
here are those goofy aliases that you see:
alias ll='ls -lah' alias la='ls -a' alias l='ls -lh' alias ..='cd ..' alias ~='cd ~' alias e='mate ' alias ss='./script/server' alias console='./script/console' alias migration='./script/migration' alias ror='/var/rubydev' alias www='/var/www'







Add Yours
YOU