정말 많이 사용하는 명령어 grep 파일의 특정 문자를 찾을 때 사용하고 있다. grep에 정말 많은 옵션들이 있는데 알아두면 좋을 자주 사용할만한 옵션을 정리하려고 한다. 1. grep 명령어에 help를 쳐보았다. [root@localhost ~]# grep --help Usage: grep [OPTION]... PATTERN [FILE]... Search for PATTERN in each FILE or standard input. PATTERN is, by default, a basic regular expression (BRE). Example: grep -i 'hello world' menu.h main.c Regexp selection and interpretation: -E, --exten..