[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

searching inside files with find, cat and grep as a oneliner ...



 I need to:
~
 search for files using a pattern (say all files with a certain extension)
~
 then search inside each of the found files for a word or regexp pattern
~
 You could do this using find, cat and grep in a script, but I was
wondering about how could you do it with a oneliner
~
 Thanks
 lbrtchx


Reply to: