j
k
j a
j l
On Wednesday 04 April 2007 16:11, Chris G wrote:
if [ this -a (that -o theOther) ]
if test cond1 -o \( cond2 \) or if [ cond1 -o \( cond2 \) ] Note the escaped parenthesis... Regards, Paul.
Back to the thread
Back to the list