Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 204 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 204 Bytes

Add foreach and foreach-object skip sample

As foreach-object{select-object} running loop twice, performance was too bad. This is other sample to loop only once

foreach is much faster than foreach-object