[gambit-list] How to get back stdout and stderr?
Oleg Parashchenko
olpa at uucode.com
Tue Oct 11 03:29:36 EDT 2011
Hello again,
...
> $ gsi test.scm >x1 2>x2
> "line2"
> *** ERROR IN "test.scm"@3.1 -- This object was raised: "error"
> $
Seems the option "-:d-" helps me:
$ gsi -:d- test.scm >x1 2>x2
$ cat x1
line1
"line2"
*** ERROR IN "test.scm"@3.1 -- This object was raised: "error"
$ cat x2
$
--
Oleg Parashchenko olpa@ http://uucode.com/
http://uucode.com/blog/ XML, TeX, Python, Mac, Chess
More information about the Gambit-list
mailing list