我正在使用aria2c
下载一个文件。我只想显示"进度条"。
> aria2c -console-log-level=error LINK
[#508b8d 0.9GiB/0.9GiB(99%) CN:1 DL:76MiB]
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
508b8d|OK | 76MiB/s|/home/user/file
Status Legend:
(OK):download completed.
我想要的是这个。
> aria2c args LINK
[#508b8d 0.9GiB/0.9GiB(99%) CN:1 DL:76MiB]
有没有办法做到这一点,或者我必须重新编译程序?提前感谢!
它位于高级选项部分:https://aria2.github.io/manual/en/html/aria2c.html#advanced-选项
--download-result=hide
编辑:
你可能也对--summary-interval=0
感兴趣。