Here is a short test script illustrating the problem: # cat test_script5.sh #!/bin/bash IP=0 loop=0 while true do loop=$(($loop+1)) echo Loop number $loop ...
確定! 回上一頁