Re: sed "Hello, world!" program?

Evzen Polenka <[email protected]>
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
On 21.2.2014 23:50, Tim Chase wrote:

> C:\Temp>python stde.py 2>&1 > ste.txt
> On stderr
>
> C:\Temp>
> ==============================================
>
> I don't know if it's been improved since XP (the only Win32 box I
> have at my ready).
>

Try to "swap the redirections"... like this:
python stde.py > ste.txt 2>&1

See http://support.microsoft.com/kb/110930 - this has worked since 
Windows NT.

--
	Bye, Evzen
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.