Search and filtersLinux CLI
grep
grep
rg
Search file contents with regex patterns.
Command
grep -R "" ./src
Example usage
Locate matching text within files using grep or ripgrep.
grep -R "<pattern>" ./src
rg "<pattern>" --files-with-matches
Related tags
Search and filtersrgshellprocessnetworking