- 파워셸 폴더에서 파일 리스트 가져오기
- Get file list of a directory
below gets file list recursivly and with filter.
Get-ChildItem -Path $path -Recurse -Filter "*sample*"
응용하면 폴더 내 조건에 맞는 모든 파일에 대해 스크립트를 실행하게 할 수 있다.
- Windows 10
- powershell
#windows, #powershell
Epikem이 작성한 이 저작물은
크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스에 따라 이용할 수 있습니다.