IT/Linux
GREP 명령어로 파일에서 특정키워드 찾기
Dukejin
2015. 10. 1. 17:07
리눅스에서 grep 명령어를 이용하여 여러 파일을 대상으로 특정키워드를 찾는 예제이다.
grep -inE 'sampleKeyword' logFileName.log