Phi*_*ack 15
我在修改 wget 输出的过程中走了很长一段路,因为我也想不通。然后我找到了这个 debian 错误报告,它让我找到了-e dotbytes=X
wget 中的选项。我对此进行了测试,它适用于我的 wget-1.12:
wget blah --progress=dot -e dotbytes=10M
Run Code Online (Sandbox Code Playgroud)
每 10M 输出打印一个点。您可以使用 1000M 或任何您喜欢的。
小智 6
我知道这有点过时了,但为了完整dot:giga
起见,还有wget-1.12的样式
wget blah --progress=dot:giga
从手册页:
If "mega" is not enough then you can use the "giga" style---each dot represents 1M retrieved, there are eight dots in a cluster, and 32 dots on each line (so each line contains 32M).
这不像-e, --execute
选项那样灵活,但它是一个预先打包的替代方案
归档时间: |
|
查看次数: |
2280 次 |
最近记录: |