Skip to content

Instantly share code, notes, and snippets.

@sfdcale
Created May 1, 2022 21:20
Show Gist options
  • Select an option

  • Save sfdcale/17c751cbc86193ca955a961de17ad993 to your computer and use it in GitHub Desktop.

Select an option

Save sfdcale/17c751cbc86193ca955a961de17ad993 to your computer and use it in GitHub Desktop.
Grep command to search for specific text in files recursively
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