Recursively search through files that match an extension

Recursively searches all the files that end in `extension` for the term `search_term`.

Authored by: HoldOffHunger
Brought to you by Warp, a free terminal reimagined to work like a modern app.
extension
search_term
file_name

Command
Copy
grep -r --include=\*.extension 'search_term' file_name
Tags