Re: stdout and stderr

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanks, this do the trick:

$ exu test.ex 2>&1 1>stdout.txt | cat  

Other "solution" is to change

puts(2,"To stderr\n") 

for

i=system_exec("echo To stderr 1>&2\n", 2) 

in the Euphoria code. This is possibly still more ugly, besides platform dependant.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu