stdout and stderr
- Posted by rodoval Sep 04, 2008
- 932 views
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.