A bizare meme of sorts.
Via
porsupah
$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
48 ssh
44 ./april1.pl
41 netstat
38 cd
33 ssh435
30 ping
30 ./crit
21 ls
17 sudo
15 make
ssh435 is an alias that'll ssh me into the ece435 class gateway. april1.pl is a small script that'll use "osascript" to set the volume and "say" to make a server talk. :)
$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
48 ssh
44 ./april1.pl
41 netstat
38 cd
33 ssh435
30 ping
30 ./crit
21 ls
17 sudo
15 make
ssh435 is an alias that'll ssh me into the ece435 class gateway. april1.pl is a small script that'll use "osascript" to set the volume and "say" to make a server talk. :)