Linux에서 'test'라고 하는 파일 내에 'ICQA'라는 단어를 찾기 위한 명령은?
1
grep test ICQA
2
grep ICQA test
3
find -name ICQA test
4
find -name test ICQA