In a script, the command following the done statement is executed. ... bin/bash # This script opens 4 terminal windows. i="0" while [ $i -lt 4 ] do xterm & i=$[$i+1] ...
www.google.com.tw