Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.16 KB

powershell-get-file-list-of-a-directory.md

File metadata and controls

41 lines (27 loc) · 1.16 KB

powershell-get-file-list-of-a-directory

title

  • 파워셸 폴더에서 파일 리스트 가져오기

desc

  • Get file list of a directory

inst

below gets file list recursivly and with filter.

Get-ChildItem -Path $path -Recurse -Filter "*sample*"

응용하면 폴더 내 조건에 맞는 모든 파일에 대해 스크립트를 실행하게 할 수 있다.

dep

  • Windows 10
  • powershell

ref

tags

#windows, #powershell


크리에이티브 커먼즈 라이선스

Epikem이 작성한 이 저작물은

크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스에 따라 이용할 수 있습니다.