Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created December 21, 2020 13:16
Show Gist options
  • Save uurtech/4de2ff4b1e1bad91663f4a9ca21981c3 to your computer and use it in GitHub Desktop.
Save uurtech/4de2ff4b1e1bad91663f4a9ca21981c3 to your computer and use it in GitHub Desktop.
search a content in files in linux bash
grep -rnw /path/to/target/ -e 'content-to-search'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment