Hi ppl,
I have this one line in my shell script that looks like this:
x=`date +"%H"` ; echo $x ; while [ $x -lt 12 ] ; do ; x=`date +"%H"` ; done
It makes sense to me but when I run it, I ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23511382.html