Shell history

What the heck.  I have seen this before but never thought to do it myself. Here is my shell history.

[elake@ronin ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
190 cvc
157 vim
128 cd
98 ls
98 conary
85 sudo
46 rmake
44 cat
15 locate
15 exit

cvc and rmake are commands that are used for creating packages for Foresight Linux. The rest everyone should know :)

6 Comments

Filed under Foresight, Linux, Ubuntu

6 Responses to Shell history

  1. Don’t let pscott see that. He is on a mission to have ‘mook’ changed to ‘bake’.

  2. stef

    I don’t know… I kinda like “roast” or “grill”

  3. Pingback: earobinson » My top 10 commands 2.0

  4. Somehow i missed the point. Probably lost in translation :) Anyway … nice blog to visit.

    cheers, Compulsion

  5. Pingback: Edward A Robinson: My top 10 commands 2.0 | Install and Use Ubuntu

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s