Search all matching files in a tree.
Section: Searching and Pattern Matching
Search recursively under a directory
bash
bash
grep -RIn 'TODO' src/Explanation
A standard codebase search when ripgrep is unavailable.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Searching and Pattern Matching