Created
December 22, 2018 05:13
-
-
Save quangIO/964beffd298b38b9d6cd9d6b32f76581 to your computer and use it in GitHub Desktop.
Copy all deps to dest folder
This file contains 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 /bin/ls | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' dest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment