If you want to search a file with a specific string inside it, just use this command line in your linux terminal:
grep -rl "string" /path
Rodolfo
<< All Posts
If you want to search a file with a specific string inside it, just use this command line in your linux terminal:
grep -rl "string" /path
Rodolfo