All the cool kids…..
Saturday, April 12th, 2008history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
118 ls
104 vim
72 cd
67 make
14 rm
12 ./test-directory
11 git
10 ./mjpass
9 gvfs-mount
9 cp
history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
118 ls
104 vim
72 cd
67 make
14 rm
12 ./test-directory
11 git
10 ./mjpass
9 gvfs-mount
9 cp
Its a mess
I’ve been worried recently about how secure I am online. There has been a huge amount of news coverage over here in the UK about personal digital security. As someone who works as a software engineer, I always feel slightly smug when such stories are reported.
I really shouldn’t have done. On spending […]