Skip to content

Instantly share code, notes, and snippets.

@huawww
Created December 16, 2016 08:29
Show Gist options
  • Save huawww/fca70ad897f852f2ac0c03f76332c60b to your computer and use it in GitHub Desktop.
Save huawww/fca70ad897f852f2ac0c03f76332c60b to your computer and use it in GitHub Desktop.
get all shared objects
ldd file | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' /destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment