Skip to content

Instantly share code, notes, and snippets.

@hkropp
Created May 4, 2015 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkropp/b22e4e1b7a0d3dc14bf8 to your computer and use it in GitHub Desktop.
Save hkropp/b22e4e1b7a0d3dc14bf8 to your computer and use it in GitHub Desktop.
Rex
find ./ -name metainfo.xml | xargs awk '/<name>/,/<\/name>/' | cut -d : -f 2 | sed 's/<\/*name>//g' | sed 's/<component>//' | tr -s ' ' | grep [A-Z] | sort | uniq | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment