if non of the condition is true then else block is executed. Example: #!/bin/sh a=10 b=20 if [ $a == $b ] ...
www.tutorialspoint.com