A Django site.
April 10, 2008

Nicolás Varcarcel
nxvl
Nikolas Valcarcel
» My commands top 10

As the meme goes on Planet Ubuntu, here are my most used commands:

On Buster (my new laptop):

[buster:~] nxvl$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
64 cd
58 ls
42 sudo
33 buscar
33 bajar
30 clear
21 nohup
20 bzr
14 irc_amctl
13 iwconfig

It only says it’s new and i have installed a lot of packages, in a month i need to update this list.

At LaFume (work):

[LaFume:~] nxvl$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
89 cd
86 ls
53 sudo
32 oowriter
30 vi
28 clear
15 history
12 ping
10 ssh
9 nohup

Some aliases you see there:
alias bajar=’sudo apt-get install’
alias buscar=’apt-cache search’
alias irc_amctl=’ssh XX.XX.XX.XX -l YYYYYYY’

And yes, if you have already notice it i pick my hostnames from here.

February 1, 2008

Nicolás Varcarcel
nxvl
Nikolas Valcarcel
» What are your most frequently used commands?

[LaFume:~] nxvl$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -nr|head
110 ls
97 cd
51 vi
18 man
17 while
16 echo
13 oowriter
12 clear
11 debuild
10 lsdiff