1 개요[ | ]
- 윈도우 findstr
- C:\Windows\System32\findstr.exe
- 파일에서 문자열을 찾는 윈도우 명령어
Console
Copy
C:\Users\jmnote>type C:\Windows\system.ini | findstr timer
timer=timer.drv
- explorer 프로세스가 실행 중인지 확인 (/i 옵션은 대소문자 구분을 하지 않을 때 사용)
Console
Copy
C:\Users\Ted>tasklist | findstr /i explorer
explorer.exe 19648 Console 5 240,864 K
2 같이 보기[ | ]
편집자 Jmnote Jmnote bot Ykhwong
로그인하시면 댓글을 쓸 수 있습니다.