Find Text in File Recursively

From Coder Merlin
Revision as of 12:16, 3 April 2019 by Chukwuemeka-tinashe (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> grep -r --include "*.swift" search_text . </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
grep -r --include "*.swift" search_text .