Must Have Programs For Linux May 18, 2014

I do all my work in Linux and I have a few programs I could not live without. The programs I like are all over the place and this list may grow.

My Setup

while [ 1 ]; do
clear\
&& echo "[Running \"$@\" on files changes in $(pwd) at $(date +'%r')]"\
&& echo ""\
&& sleep .1\
&& $@ \
&& sleep .3;
inotifywait -r -q -e modify,move,create .;
done
view raw roc.sh hosted with ❤ by GitHub
Do you have thoughtful comments or corrections on "Must Have Programs For Linux"? Email me. Relevant replies may be included inline.