Έτσι ψάχνεις string σε αρχείο PHP
1 |
grep -lr --include=*.php "string" /home |
ή σε αρχείο txt
1 |
grep -lr --include=*.txt "string" /home |
Έτσι ψάχνεις string σε αρχείο PHP
1 |
grep -lr --include=*.php "string" /home |
ή σε αρχείο txt
1 |
grep -lr --include=*.txt "string" /home |