vinaymenon
7/28/2014 - 2:35 PM

Find debug keyword in all c++ files

Find debug keyword in all c++ files

find . -name \*.cpp -exec grep -q "debug" '{}' \; -print