Common Commands
Cristobal posted this on the Trilug Planet and I thought it would be interesting. Here’s my list of most oft used commands on my workstation. Yes, I use nano. I keep thinking about using Vim, but just don’t feel like I can build a good business case for it.
jjtuttle@dli-020102:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -nr|head
117 sudo
57 ls
49 clear
34 ssh
29 cd
27 nano
25 mount
21 exit
13 ps
11 rm

Comments (RSS)
