Adding an else-if statement structure is used with the elif command. #!/bin/bash if [ "$1" = "cool" ] then echo "Cool Beans" elif [ "$1" ...
確定! 回上一頁