Ocean Mist

10 Apr 2008

Joining in on the fun

Posted by astromme

As many from Planet KDE have done, here is my bash history, sorted:

astromme@Loki:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
79 ls
76 cd
53 sudo
40 exit
27 ssh
19 make
17 git
12 ping
11 scp
11 mv

Very interesting. The sudos are mostly for aptitutde I think, either that or editing files. ls/cd because I like navigating directory by directory. I ssh to servers quite often (Dagr, iServer, BlueServer, wServer, Thor). Exit is an interesting one. I guess that my history doesn’t get saved like it should be, mainly because I use a lot of tabs in konsole. I was testing out git recently, I actually don’t use it. I’ve been having troubles with my mediacom internet, hence the ping. Scp and move… well I guess I like to move things around. And make, of course =).

Leave a Reply

Message: