Skip to content

Instantly share code, notes, and snippets.

@mzeis
Created May 3, 2015 16:37
Show Gist options
  • Save mzeis/506b6838fac6d28b44d5 to your computer and use it in GitHub Desktop.
Save mzeis/506b6838fac6d28b44d5 to your computer and use it in GitHub Desktop.
Get a list of all XML file names used in Magento 1 core modules.
$ cd app/code/core/Mage
$ find . -name '*.xml' -path '*etc*' | sed 's,^\./[^/]*/etc/,,' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment