wget background downloading and viewing log

wget -b download address
tail -f wget-log

-b parameters is downloaded in the background, it will default to generate wget-log in the current download directory, use the tail -f you can view the log

Guess you like

Origin www.cnblogs.com/jimaojin/p/12520083.html