"Ricardo" <[EMAIL PROTECTED]> writes:

> the command
> 
> wget -o log.txt -v ftp://ftp.something.com/somefile.zip
> 
> 
> with this command the program is quiet, do not print in screen, just to log
> file(log.txt)
> 
> how to print in log.txt and in screen ????

There's no way to do that without an external utility such as `tee'.
Maybe multiple `-o' options should specify multiple log output
destinations?  Somehow I don't think the additional complexity would
be worth it.

Reply via email to