Last Updated: February 25, 2016
·
554
· jonnyjava

[Linux tricks] The fastest way to find a string in a given folder

grep 'theStringToFind' -r my_folder

This look for the specified string recursively through the folder and subfolders.