Succumbing to the pressure
My T60p.
[clints@herlo-lap ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
144 svn
144 cd
108 ls
104 ./manage.py
101 ssh
69 su
43 screen
26 vim
25 rm
15 ping
[clints@thor ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
266 git
260 make
71 cd
57 ls
55 vim
55 rt
26 rm
19 bin/send-patch
18 grep
16 bin/validate
I guess I love RCS’.
Cheers,
Herlo
April 12, 2008
• Tags: banana, Bash, git, make, svn • Posted in: Bash, Community, Guru, Tech, Tools • No Comments
POW: bash-completion - Bash Auto Completion in Fedora using yum (and more)
In an attempt to consistently blog, I am starting a new series here on fedora-tutorials.com. Program of the Week (POW). Hopefully, this will excite and inform all of us about the cool programs available in Fedora. So see you next Wednesday for another program.
Over the past year or so, I’ve been on the hunt for [...]
October 24, 2007
• Tags: Bash, Fedora, POW, Yum • Posted in: Bash, Fedora, POW, Tech, Tools, Yum • 5 Comments
