Hi,
thank you. Last option is one I wanted to use, as I want to search in many directories for .xml files and specific string in them.
Last option works, thanks a lot
Regards,
mendof
Hi all,
I am struggling to get specific string in some files.
I am using
find . -iname "*.xml " -print -exec cat {} \; | grep -i "*string*"
and I can find string, but filenames I cannot see...
Any comment is welcome and thanks in advance
Regards,
mendof
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.