Jump to content

find x with grep recursively - and open the file afterwards


Maze

Recommended Posts

hello dear php-experts,

 

 

the question of the day - how to find a file with a certain text -

 

the commands below do not help here .... the are good but they do not open the file

find . | xargs grep "texthere" *

grep -r "texthere" .

grep -r "a target="_blank""

find ./ -type f | xargs grep "foo"

hmm - well i guess that the grep command will help here.


well i want to do a seach recursively - through all files in a folder.
And i want to open fhe file - after it is found.  

How can we do this!?


love to hear from you

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.