Skip to content

Instantly share code, notes, and snippets.

@Epikem
Last active April 6, 2018 00:34
Show Gist options
  • Save Epikem/a381e25d8af40ef006eaead946e20512 to your computer and use it in GitHub Desktop.
Save Epikem/a381e25d8af40ef006eaead946e20512 to your computer and use it in GitHub Desktop.
[Run powershell command for each file in current directory] 파워쉘에서 현재 폴더의 모든 파일에 대해 명령 수행하기. #powershell
ls -file | % {<command> $_.fullname}
test description1 설명 1
@Epikem
Copy link
Author

Epikem commented Apr 6, 2018

test comment1 감자

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment