Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trungtran/5613672 to your computer and use it in GitHub Desktop.
Save trungtran/5613672 to your computer and use it in GitHub Desktop.
Bash command to search library.a files for uniqueIdentifier usage.
find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep uniqueIdentifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment