unix shell for loop的相關文章
unix shell for loop的相關商品

shell - For loop in Unix - Stack Overflow
瀏覽:436
日期:2025-04-26
I am new to Unix programming and I am not able to figure out what is wrong with this code: #!/bin/sh i=1 max=10 for i in {1..$max} do echo $i; done If......看更多