grep -r
grep -r — Recursively searches for a pattern in all files under a directory. Syntax: grep -r [options] pattern [path]. This Linux command reference includes options, examples, and practical usage.
Related Search & Find Commands
Back to Linux Reference