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 git@git.website:web/new${i}${j}.git; 6 } 7 }