grep 문자열 -R

grep nis_clone `find . -name "*.cpp"`

find ./ -name *.cpp -exec grep "nis_clone" '{}' \; -print



+ Recent posts