Skip to content

Instantly share code, notes, and snippets.

@hfs
Created March 23, 2017 09:47
Show Gist options
  • Save hfs/a4d2f446feeb0ca10f255f8840b460c4 to your computer and use it in GitHub Desktop.
Save hfs/a4d2f446feeb0ca10f255f8840b460c4 to your computer and use it in GitHub Desktop.
find: Ignore some directories
find . -type d -name target -prune -o -type f -name "*.xml" -path "*/src/main/resources/*" -exec grep -i --color=yes stuff '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment