Skip to content

Instantly share code, notes, and snippets.

@Luxato
Created February 27, 2019 08:47
Show Gist options
  • Save Luxato/971fcd032b467a183c95515c63e332bf to your computer and use it in GitHub Desktop.
Save Luxato/971fcd032b467a183c95515c63e332bf to your computer and use it in GitHub Desktop.
Linux Search for a pattern in files
grep -rnw '/etc/path/somewhere/' -e 'pattern'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment