Nelz's Blog

16 April 2008

History Meme

Filed under: General — nelz9999 @ 21:33

I found a new meme spreading amongst the technorati… The "history" meme. (See previous examples here, here, and here.)

Basically, you run a script to show what commands you frequently use.

Here’s my output:

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
102   svn
100   ls
74   cd
49   wget
31   ruby
28   rm
13   exit
10   gem
9   which
8   mv

What is yours?

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

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

Gravatar
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

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.