Skip to content

Instantly share code, notes, and snippets.

@mzeis
Created May 3, 2015 16:16
Show Gist options
  • Save mzeis/cf6dd4e8ee01b7abd58d to your computer and use it in GitHub Desktop.
Save mzeis/cf6dd4e8ee01b7abd58d to your computer and use it in GitHub Desktop.
Get a list of all XML file names used in Magento 2 core modules.
$ cd app/code/Magento
$ 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