Skip to content

Instantly share code, notes, and snippets.

@zbinlin
Last active May 29, 2020 05:16
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 zbinlin/78427b5cafff07d0d44ce466d4c4bb01 to your computer and use it in GitHub Desktop.
Save zbinlin/78427b5cafff07d0d44ce466d4c4bb01 to your computer and use it in GitHub Desktop.
find . -name '*.apk' -print0 | xargs -0 -i -n1 bash -c '
aapt dump badging ${0} | tac | grep --label=${0} --max-count 1 -HoP "(?<=application-label-zh-CN:).+|(?<=application-label:).+"
' {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment