Grep

From MK Wiki EN
Revision as of 08:26, 26 November 2022 by MkWikiEnSysOp (talk | contribs) (Created page with "Actually <code>grep</code>, which is a command to find text in input. It is available on most Linux operating systems and any BSD-system I encountered so far. == Find In File...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Actually grep, which is a command to find text in input. It is available on most Linux operating systems and any BSD-system I encountered so far.

Find In Files

grep -rnwi directory -e "RegExp"

Credits