MDGSF
Software Engineer
Home
一起来刷题吧
Archives
Categories
Tags
Collections
About
[Linux] 复制可执行文件的所有依赖库到当前目录
2021-04-22
mdgsf
Linux
Linux
ldd
ldd test.exe |
awk
'{print $3}'
|
grep
"^/"
| xargs
-d
"
\n
"
cp
-t
.
上一篇
[Rust] 生命周期
Comments
Please enable JavaScript to view the
comments powered by Disqus.
Content
Comments