Recursive Grep
Tagged with: folder, grep, recursive, search, text
Recursively check a folder to find the given text using grep
grep -R "text" *
Recursively check a folder to find the given text using grep
grep -R "text" *
This entry was posted on Tuesday, December 18th, 2007 at 11:35 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.