Tag Archives: meme

Meme: bash history

lxuser@mobile:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
130 sudo
72 ls
66 cd
16 top
16 make
16 ./configure
13 wget
13 more
12 gcc
11 at

Tagged , , ,