At times it becomes annoying trying to find a string within a file fast and effectively. Grep can handle this task for us!
To search all files and sub-directories recursively for a phrase:
grep -r -i string_your_looking_for /
At times it becomes annoying trying to find a string within a file fast and effectively. Grep can handle this task for us!
To search all files and sub-directories recursively for a phrase:
grep -r -i string_your_looking_for /