Move the break from the else part to the if part: #!/bin/bash while true do echo "Please input anything here: " read INPUT if [ `expr $INPUT ...
確定! 回上一頁