在Bash Shell 中內建原生不支援運算式,但我們可以使用expr、awk 等指令來支援實現運算式。 #!/bin/bashread -p "Please enter your age:" Y_AGE
確定! 回上一頁