Skip to content

Instantly share code, notes, and snippets.

@aleron75
Created January 17, 2016 09:31
Show Gist options
  • Save aleron75/daf3cb2b793455bd65c9 to your computer and use it in GitHub Desktop.
Save aleron75/daf3cb2b793455bd65c9 to your computer and use it in GitHub Desktop.
Validate all config.xml files to spot XML syntax errors
find . -type f -name 'config.xml' -exec xmllint --noout {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment