Tag Archives: Bash

Editing command line with $EDITOR

Recently, I’ve been working on a huge command line that I wanted to edit over and over.  However, the problem was that I didn’t want to use the prompt to edit the command.  It took me a while to realize … Continue reading

Posted in Bash, Fedora, Tech | Tagged , , , | 4 Comments

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]++ } … Continue reading

Posted in Bash, Community, Guru, Tech, Tools | Tagged , , , , | Leave a comment

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 … Continue reading

Posted in Bash, Fedora, POW, Tech, Tools, Yum | Tagged , , , | 7 Comments