bin/bash count="0" echo "hello" echo "\\$count" while [ \\$count -le 5 ] ... I try the following script: #!/bin/bash while true do echo "test" ...
確定! 回上一頁