Tips and Tricks Searching for a String in a file on Linux March 16, 2015 varian Here’s one way using grep: grep -rnw <dir> -e <pattern> Read More