9.2.1. What is it? The while construct allows for repetitive execution of a list ... bin/bash # This script opens 4 terminal windows. i="0" while [ $i -lt 4 ] ...
確定! 回上一頁