Pau*_*bel 28
你可以尝试-o和-q
-o logfile
--output-file=logfile
Log all messages to logfile. The messages are
normally reported to standard error.
-q
--quiet
Turn off Wget's output.
Run Code Online (Sandbox Code Playgroud)
所以你有:
wget ... -q -o /dev/null ...
Run Code Online (Sandbox Code Playgroud)
这会将网站内容打印到标准输出,当您说您不想记录到文件时,这是什么意思?
wget -O - http://www.domain.com/
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
23917 次 |
| 最近记录: |