跳至主要内容

Copy all shared libraries for a binary to directory

ldd file | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' /destination

评论

此博客中的热门博文