It's not going to stderr either. Must be directly to the tty.
steve@ruby2 ~ $ gsi 6.scm >out 2>err & [3] 26006 steve@ruby2 ~ $
[3]+ Stopped gsi 6.scm >out 2>err steve@ruby2 ~ $ cat out steve@ruby2 ~ $ cat err steve@ruby2 ~ $ fg gsi 6.scm >out 2>err (time (pretty-print 6)) 0 ms real time 1 ms cpu time (1 user, 0 system) no collections 104 bytes allocated 7 minor faults no major faults
Using nohup doesn't help.