在 Linux 系统中,大多数命令从来都是信奉“沉默是金”的准则,所以当我们利用 cp 复制文件的时候并不能看到所谓的进度条。如果你在意这一点,那么不妨来用用 cv



cv 是 Coreutils Viewer,它能够显示传输数据的进度,包括百分比、大小、以及速率等信息。cv 支持 coreutils 中的基本命令,比如 cp、mv、rm、dd、tar 等等。

cv 的源代码可从 GitHub 获取,需要自行编译。


cv的实现机制:

It simply scans /proc for interesting commands, and then use fd/ and fdinfo/directories to find opened files and seek position, and reports status forthe biggest file.

It's very light, and compatible with virtually any command.

就是扫描/proc文件系统,查找fd/和fdinfo/目录下的已打开的文件并报告对应的状态.
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐