Epikem
3/24/2018 - 5:22 AM

Powershell run script for all files in current directory

[Run powershell command for each file in current directory] 파워쉘에서 현재 폴더의 모든 파일에 대해 명령 수행하기. #powershell

test description1 설명 1
ls -file | % {<command> $_.fullname}