January 22, 2008

소스 파일에서 원하는 부분 검색

grep -i {string to find} --include {files to include} -R {target directories}

e.g. grep -i “my comment” --include “*.[chCH]” -R “./”

No comments:

Post a Comment