shell script if 判斷多個條件. if判斷多個條件的寫法如下: (sh). ================= #!/bin/sh. A=10. B=15. if [ $A = "10" ] && [ $B = "15" ]; ...
確定! 回上一頁