[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget logging
From: |
formes01 |
Subject: |
Re: [Bug-wget] wget logging |
Date: |
Thu, 26 Mar 2009 20:28:53 +0300 |
> currently, wget has the -o option, but if used there is no way to monitor
> if
> there is a hang etc. Would be good if there was an option to tell wget to log
> to a file AND display the messages. Example:
>
> wget -o logfile.txt -tee
>
> This way, wget messages would be record in logfile.txt as well as displayed
> on
> the screen.
THe same effect can be achieved with
wget -o logfile.txt && tail -f logfile.txt