I am doing a find and then getting a list of files. How do I pipe it to another utility like cat (so that cat displays the contents of all those fi
find
cat
Here is my shot for general use:
grep YOURSTRING `find .`
It will print the file name