 |
Multilevel if-then-else - Linux Shell Scripting Tutorial - A Beginner's handbook
if..elif..else..fi allows the script to have various possibilities and conditions. This is handy, when you want to compare one variable to a different values. if condition then condition is true execute all commands up to elif ...
bash.cyberciti.biz |
 |