Hi,
I've yet to see an example of Linux shell scripting that uses the operators 'and' and 'or'
Can this be done in shell scripting.
if cond1 or cond2
then
.
.
.
if so is the 'or' in the same set of brackets or do you use two sets of brackets with the 'or' between them?