csh while loop example的相關文章
bash - csh/sh for loop - how to? - Stack Overflow

bash - csh/sh for loop - how to? - Stack Overflow

瀏覽:1239
日期:2025-11-21
i'm trying to write a for loop that executes 2 scripts on FreeBSD. I don't care if it's ... bin/csh set i = 11 while ($i < 25) tar xzf "myfile-1.0.$i" # detect ......看更多