linux – 复制本地文件卷曲

前端之家收集整理的这篇文章主要介绍了linux – 复制本地文件卷曲前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有没有办法用curl复制本地文件,我需要它作为cp命令的替代方法.

这有点奇怪,但是我正在处理cp不可用的环境.

解决方法

你可以说:
curl -o /path/to/destination file:///path/to/source/file

这将将/ path / to / source / file复制到/ path / to / destination.

原文链接:https://www.f2er.com/linux/393392.html

猜你在找的Linux相关文章