This is how you can check for a string in a php file
1 |
grep -lr --include=*.php "string" /home |
or a txt file
1 |
grep -lr --include=*.txt "string" /home |
This is how you can check for a string in a php file
1 |
grep -lr --include=*.php "string" /home |
or a txt file
1 |
grep -lr --include=*.txt "string" /home |