Skip to content

Instantly share code, notes, and snippets.

@riffm
Created May 16, 2012 10:20
Show Gist options
  • Save riffm/2709288 to your computer and use it in GitHub Desktop.
Save riffm/2709288 to your computer and use it in GitHub Desktop.
grep xsd types
egrep --color=always \<\([-.a-zA-Z0-9]+:\)?\(simple\|complex\)Type $(find . -name '*.xsd') | sed -r -e "s/:(.*)name=(\"|')([-.:a-zA-Z0-9]+)(\"|')(.*)/: \3/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment