how to wriee an if else statement inn linux code example Example: bash if else if if [[ TEST-COMMAND ]] then STATEMENTS1 else STATEMENTS2 fi