Created
May 1, 2022 21:20
-
-
Save sfdcale/17c751cbc86193ca955a961de17ad993 to your computer and use it in GitHub Desktop.
Grep command to search for specific text in files recursively
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo grep --color --ignore-case --extended-regexp --with-filename --regexp 'Mellbourne' --recursive --binary-files=without-match 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment