On Fri, 24 May 2002, Valery Kondakoff wrote:

> I downloaded two win32 'tee' ports, and they works as expected when
> I'm entering in command line something like this: 'wget.exe -V |
> tee.exe wget.log', but after I enter 'wget.exe http://someurl.com |
> tee.exe wget.log' the 'wget.log' file remains empty... What is wrong?
> (WinXP Pro, GNU Wget 1.8.1+cvs).

Wget sends to stderr by default. Try "wget -o - |tee wget.log". This
should send output to stdout, which tee can then handle.
                            Doug
__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]

Reply via email to