Answers for "linux find all files name containing string"

0

linux find all files name containing string

find . -name "*ABC*" -exec grep -H 'XYZ' {} +
Posted by: Guest on April-23-2021

Code answers related to "linux find all files name containing string"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language