How to pipe list of files returned by find command to cat to view all the files

Posted by Devang Kamdar on Stack Overflow See other posts from Stack Overflow or by Devang Kamdar
Published on 2009-05-14T16:18:38Z Indexed on 2010/03/21 4:01 UTC
Read the original article Hit count: 368

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about unix

Related posts about pipes