/ Linux Reviews / Beginners: Learn Linux / Advanced Bash-Scripting Guide - en
7.4. Nested if/then Condition TestsCondition tests using the if/then construct may be nested. The net result is identical to using the && compound comparison operator above. if [ condition1 ]
then
if [ condition2 ]
then
do-something # But only if both "condition1" and "condition2" valid.
fi
fiSee Example 35-4 for an example of nested if/then condition tests. / Linux Reviews / Beginners: Learn Linux / Advanced Bash-Scripting Guide |
Meet new people Adult Dating | ||||||