Fell pray to the meme...
Sigh… Here I go again :)
gwolf@mosca:~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
81 svn
33 cd
29 find
28 perl
28 ls
27 grep
26 for
21 man
17 export
14 cat
At least, it clearly shows that I’ve been teaching my workmates on the benefits of Subversion. Anyway, with only 500 lines of Bash history I’m keeping, it’s hard to make this into a trend. I doubt this would coincide with the pkg-perl sprint a bit over a week ago.
Still, I call perl interactively (well, if that’s what “interactive” means) a little bit too much :)