Skip to content

Instantly share code, notes, and snippets.

@uilian
Created July 30, 2020 14:15
Show Gist options
  • Save uilian/07cb40baf52485719f27d3a3c5b894fd to your computer and use it in GitHub Desktop.
Save uilian/07cb40baf52485719f27d3a3c5b894fd to your computer and use it in GitHub Desktop.
Find line inside files matching string
grep -rnw . -e 'TEXT TO FIND'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment