Unix Shell - The if...elif...fi statement - Tutorialspoint
Unix Shell if...elif...fi statement - Learning fundamentals of UNIX in simple and ...
then Statement(s) to be executed if expression 3 is true else Statement(s) to be ...
Example: #!/bin/sh a=10 b=20 if [ $a == $b ] then echo "a is equal to b" elif
www.google.com.tw |