if else if statement in sh code example Example: if else statement example in shell script if [ ... ] then # if-code else # else-code fi