for
如果for后面的wordlist没有指定,就从parameter中读入
while
注意把command返回的值为0和command执行结果为真统一起来。
设置为Null
go=
until的用法和while一样,只是它一直运行到command成功返回为止。
declare可以限定函数的作用域。
declare可以跟一堆option。
for
如果for后面的wordlist没有指定,就从parameter中读入
while
注意把command返回的值为0和command执行结果为真统一起来。
设置为Null
go=
until的用法和while一样,只是它一直运行到command成功返回为止。
declare可以限定函数的作用域。
declare可以跟一堆option。