Posts Tagged ‘exec’

May 11, 2014 0

using find and grep to locate search strings

By in linux

clear && find . -name “*.tex” -exec grep -Hn <search string> {} \;

Tags: , ,