wget
Posted isykw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wget相关的知识,希望对你有一定的参考价值。
wget 下载不产生文件(crontab定时任务时可能不希望产生文件)
wget -O /dev/null -o /dev/null example.com Here -O sends the downloaded file to /dev/null and -o logs to /dev/null instead of stderr. That way redirection is not needed at all.
http://serverfault.com/questions/619542/piping-wget-output-to-dev-null-in-cron
命令详解:
http://man.linuxde.net/wget
以上是关于wget的主要内容,如果未能解决你的问题,请参考以下文章