LINUX: Search matching files using grep command
grep -rl "date_functions()" app/
Output Controls
-R, -r, --recursive equivalent to --directories=recurse
-l, --files-with-matches print only names of FILEs containing matches
Output Controls
-R, -r, --recursive equivalent to --directories=recurse
-l, --files-with-matches print only names of FILEs containing matches
