-
History meme
-
$ history | awk '{a[$2]++ } END {for(i in a){print a[i] " " i}}' | sort -rn | head 4783 ll 4369 cd 2107 hg 1261 python 1123 cvs 883 vi 871 ssh 846 ./start-transifex.py 714 make 689 git
Notes:
$ echo $HISTFILESIZE 10000000 $ alias ll alias ll='ls -l --color=tty'
Observations:
- I like history (strange, considering how low my high-school grades on the subject were)
- “Every-day” actions don’t need a CLI any more (yay for the Linux desktop maturing!)
- Too much work makes Jack a dull boy

I should be ashamed for producing and posting the following result.. And believe me.. I really am..
Hm.. I ve just realized that reality and I have something important in common.. We ‘re both hard..
103 ls
52 cd
50 vi
31 gmake
26 sh
26 fg
23 tail
15 more
15 make
13 rm
Here’s a way a long history becomes really useful:
<
p>
Start writing a command line and press up and down to find a similar one in history.
I use it quite often for my regular
sshs,cd’s to often-used directories, etc.