My top 8 shell commands
Saturday, April 19, 2008
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:
cdfis aliased tocd ~/factorbfis aliased to./factor -i=boot.x86.32.imagepushis aliased togit push origin masterfcis alised tossh factorcode.org
It seems that the only thing I use my computer for is running Factor!