"윈도우 findstr"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
4번째 줄: 4번째 줄:
* 파일에서 문자열을 찾는 윈도우 명령어
* 파일에서 문자열을 찾는 윈도우 명령어


<source lang='cli'>
<source lang='console'>
C:\Users\zetawiki>type C:\Windows\system.ini | findstr timer
C:\Users\jmnote>type C:\Windows\system.ini | findstr timer
timer=timer.drv
timer=timer.drv
</source>
* explorer 프로세스가 실행 중인지 확인 (/i 옵션은 대소문자 구분을 하지 않을 때 사용)
<source lang='console'>
C:\Users\Ted>tasklist | findstr /i explorer
explorer.exe                19648 Console                    5    240,864 K
</source>
</source>


==같이 보기==
==같이 보기==
*[[윈도우 type]]
*[[리눅스 grep]]
*[[리눅스 grep]]


[[분류: 윈도우]]
[[분류: Cmd]]
[[분류: C:\Windows\System32]]
[[분류: C:\Windows\System32]]
[[분류: .exe]]
[[분류: .exe]]

2018년 7월 30일 (월) 08:45 기준 최신판

1 개요[ | ]

윈도우 findstr
C:\Windows\System32\findstr.exe
  • 파일에서 문자열을 찾는 윈도우 명령어
C:\Users\jmnote>type C:\Windows\system.ini | findstr timer
timer=timer.drv
  • explorer 프로세스가 실행 중인지 확인 (/i 옵션은 대소문자 구분을 하지 않을 때 사용)
C:\Users\Ted>tasklist | findstr /i explorer
explorer.exe                 19648 Console                    5    240,864 K

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}