stdout and stderr

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

Hello all!

Apparently stdout and stderr are not correctly managed by Euphoria (3.1.1 from RDS) in my Linux machine:

test.ex file: 
 
   puts(1, "To stdout\n") 
   puts(2, "To stderr\n") 
 
$ exu test.ex 1> /dev/null 
output: nothing, instead "To stderr" 
 
$ exu test.ex 2> /dev/null 
output: To stdout (this is correct) 
 

Any idea?

Rodolfo.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu