History Meme
April 19, 2008 10:01 pm GeneralDr. Vollmer’s Cut:
$ history | awk ‘{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head
1 emacs
Dr. Vollmer’s Cut:
$ history | awk ‘{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head
1 emacs
April 20th, 2008 at 12:09 am
You used a command line to launch emacs? I presume the reason it happened once is that you had emacs replace your shell for login with emacs as well…
April 20th, 2008 at 12:13 am
Ladies and gentlemen, we have a winner.
April 20th, 2008 at 7:11 am
LOL, DUDE YOU’VE TOTALLY HIT IT ON THE HEAD!!!!!!