On Thu, 10 Aug 2006, Paul Hammant <[EMAIL PROTECTED]> wrote:

>> Have you tried 2>&1 redirection?
> 
> Thanks for tip. I've tried it and it has no effect I'm looking for.
> What is it supposed to do on Windows XP ?

Assuming it does the same thing on Windows as it does in /bin/sh
derivates on other platforms:  redirect file descriptor 2 (stderr) to
the same destination as descriptor 1 (stdout).

Actually > is a shortcut for 1> and < for 0< where file descriptor 0
is stdin.

Stefan 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to