Skip to content

Instantly share code, notes, and snippets.

@stelf
Last active April 13, 2017 09:37
Show Gist options
  • Save stelf/1195046546d57a34be233b342da755de to your computer and use it in GitHub Desktop.
Save stelf/1195046546d57a34be233b342da755de to your computer and use it in GitHub Desktop.
for v in $(find . | egrep \\\.xml); do
xmlstarlet sel -t -c "//*[is_unique='false' and is_multiple='true']" $v;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment