« And back Read the bus »

~/.bash_history

Posted by Simon Welsh | 3 June 2008 | Comments (0)

Since others seem to be doing the same thing:

Schwipe:

Schwipe:~ kickme$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head 
  70 cd
  65 sgn
  39 scp
  37 ls
  31 svn
  29 grep
  28 open
  26 pico
  23 tar
  15 rm
Schwipe:~ kickme$ 

And on pippin:

simon@simon.geek.nz [~]# history | awk '{print $2}' | sort | uniq -c | sort -rn | head
-jailshell: fork: Resource temporarily unavailable
simon@simon.geek.nz [~]# history | awk '{print $2}' | sort | uniq -c | sort -rn > a   
simon@simon.geek.nz [~]# head a
    125 ls
     75 cd
     61 pico
     56 rm
     53 error_finder
     22 cat
     18 history|awk
     13 mv
     12 wget
     12 du
simon@simon.geek.nz [~]# 

 


Share on FaceBook

Trackbacks

None
Trackback URL: http://simon.geek.nz/Trackbacks/add/918

Post your comment

Sign in with Twitter

Comments

No one has commented on this page yet.

RSS feed for comments on this page | RSS feed for all comments