As soon as the CONTROL-COMMAND fails, the loop exits. ... bin/bash # This script opens 4 terminal windows. i="0" while [ $i -lt 4 ] do xterm & i=$[$i+1] ...
確定! 回上一頁