[小工具] cv: 显示 cp、mv 等命令的进度
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在 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 年前
更多推荐
已为社区贡献26条内容
所有评论(0)