powershell循环语句的例子

Posted mumble2

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell循环语句的例子相关的知识,希望对你有一定的参考价值。

1 $arr="a","b","c","d","e","f";
2 for($i =1000;$i -le 1099;$i ++)
3 {
4     foreach($j in $arr){
5         git clone [email protected]:web/new${i}${j}.git;
6     }
7 }    

 

以上是关于powershell循环语句的例子的主要内容,如果未能解决你的问题,请参考以下文章

PowerShell for循环语句示例

PowerShell do While循环语句示例

c++中for循环和switch语句哪个更高效

shell if 语句

for循环

求sql server 循环语句的强细写法,要求有例子