Created
January 17, 2016 09:31
-
-
Save aleron75/daf3cb2b793455bd65c9 to your computer and use it in GitHub Desktop.
Validate all config.xml files to spot XML syntax errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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