Saturday, April 19, 2008

My top 8 shell commands

I wrote a short Factor script to check my bash history and tally up the most frequently occurring commands.
    git
./factor
bf
cdf
ls
cd
fc
push

There are some aliases here:
  • cdf is aliased to cd ~/factor
  • bf is aliased to ./factor -i=boot.x86.32.image
  • push is aliased to git push origin master
  • fc is alised to ssh factorcode.org

It seems that the only thing I use my computer for is running Factor!

No comments: