Skip to content

Instantly share code, notes, and snippets.

@DavidLutton
Created June 7, 2019 12:29
Show Gist options
  • Save DavidLutton/157cec35732a990506d5d85d25d0280e to your computer and use it in GitHub Desktop.
Save DavidLutton/157cec35732a990506d5d85d25d0280e to your computer and use it in GitHub Desktop.
find . -name "$1" -exec grep -Hn "$2" '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment