If -Else Statement; If-Elif-Else Statement; Switch case ... #!/bin/bash read -p "Enter username: " name if [ $name == "admin" ] then echo "Access Granted" ...
確定! 回上一頁