Tuesday, September 30, 2008

My most popular command line history items on my mac Terminal

[~]$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
95 c
74 l
67 cd
31 ssh
26 python
21 svn
19 cp
14 mv
14 dev_appserver.py
11 rm

PS. Inspiration
--
About Vishal

No comments:

Post a Comment

© 2008 Vishal V. Shah. All rights reserved. Contents of this web site reflect my personal work and is not representative of my employer.