gpt4 book ai didi

linux - 没有日志文件的 WGET

转载 作者:IT王子 更新时间:2023-10-29 00:26:07 26 4
gpt4 key购买 nike

每次我使用 wget http://www.domain.com日志文件自动保存在我的服务器上。是否可以在不记录的情况下运行此命令?

谢谢,

乔尔

最佳答案

你可以试试 -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.

所以你会:

wget ... -q -o /dev/null ...

关于linux - 没有日志文件的 WGET,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3778908/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com