Skip to content

Instantly share code, notes, and snippets.

@esebastian
Created September 4, 2014 18:06
Show Gist options
  • Save esebastian/7e5d9af603836a617bd3 to your computer and use it in GitHub Desktop.
Save esebastian/7e5d9af603836a617bd3 to your computer and use it in GitHub Desktop.
Find XML files, recursive
find . -print | grep -i '.*[.]xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment