Created
December 16, 2016 08:29
-
-
Save huawww/fca70ad897f852f2ac0c03f76332c60b to your computer and use it in GitHub Desktop.
get all shared objects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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