linux - 每隔固定时间显示 wget 统计信息

标签 linux shell ubuntu wget

我想每 1 分钟查看一次 wget 的进度统计数据。我尝试了这个命令,但它每隔几毫秒显示一次进度统计信息:

wget --progress=dot -c http://10.2.2.30/file.dat

最佳答案

查看 watch 命令
watch --interval 60 wget ${URL}

关于linux - 每隔固定时间显示 wget 统计信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24040264/

相关文章:

linux - "grep"二进制文件中 ascii 字符串的偏移量

python - 从 python 路径中删除项目

bash - 为什么 sudo -s 'printf "xx"' 无法处理换行符?

c - 在 C 中运行 Ruby

python - 在 tkinter 中使用阿拉伯语文本

c++ - Ubuntu 中对 espeak-ng header 的 undefined reference

linux - Bash - 从文件中读取行时打印第一列和第二列

c - 如何访问/打印 main 中的辅助 vector 条目?

linux - Bash 无法设置环境变量

linux - txt 的统计(出现频率 % ecc..)分析