This chapter contains the definition of the Shell Command Language. ... repeat a command 100 times x=100 while [ $x -gt 0 ] do command x=$(($x-1)) done.
確定! 回上一頁