운영체제

Windows에서 Linux의 find 명령어 처럼 파일 찾기

warpmemory 2016. 12. 29. 18:33
1
dir /s /b C:\search\directory\path | find "search-string"
cs