Last active
April 6, 2018 00:34
-
-
Save Epikem/a381e25d8af40ef006eaead946e20512 to your computer and use it in GitHub Desktop.
[Run powershell command for each file in current directory] 파워쉘에서 현재 폴더의 모든 파일에 대해 명령 수행하기. #powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -file | % {<command> $_.fullname} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test description1 설명 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test comment1 감자