메모장이나 각종 텍스트 에디터에서 지원하는
"완전히 일치하는 단어" 검색은 grep 에서 -w 옵션을 사용하면 된다.
-w, --word-regexp Select only those lines containing matches that form whole words. The test is that the matching substring must either be at the beginning of the line, or preceded by a non-word constituent character. Similarly, it must be either at the end of the line or followed by a non-word constituent character. Word-constituent characters are letters, digits, and the underscore. [링크 : http://linux.die.net/man/1/grep] |
[링크 : http://www.unix.com/unix-dummies-questions-answers/42144-find-exactly-word-grep-command.html]
'Linux' 카테고리의 다른 글
sudo, sudoedit - execute a command as another user (0) | 2010.02.04 |
---|---|
리눅스 호스트네임 변경하기 (0) | 2010.02.04 |
nm - list symbols from object files (0) | 2010.01.28 |
patch 실행시 명령줄 주의사항 (0) | 2010.01.27 |
경로명에서 디렉토리와 파일이름 분리해서 알아내기 / 얻어내기 (0) | 2010.01.26 |