How to pipe list of files returned by find command to cat to view all the files
- by Devang Kamdar
Hi,
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 files) and basically need to grep something from these files.