Grep: Difference between revisions

From MK Wiki EN
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 08:26, 26 November 2022

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