Grep

From MK Wiki EN
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