Unix 썸네일형 리스트형 [스크랩]How To Find Files by Content Under UNIX How To Find Files by Content Under UNIX by Vivek Gite · 10 comments Q. I had written lots of code in C for my school work and saved it as source code under /home/user/c/*.c and *.h. How do I find files by content such as string or words (function name such as main() under UNIX shell prompt? A. You need to use following tools: [a] grep command : print lines matching a pattern. [b] find command: s.. 더보기 이전 1 다음