[gambit-list] running remote jobs with `time'

Steven Shaw steshaw at gmail.com
Mon Feb 21 01:02:32 EST 2005


It's not going to stderr either. Must be directly to the tty.

steve at ruby2 ~ $ gsi 6.scm  >out 2>err &
[3] 26006
steve at ruby2 ~ $

[3]+  Stopped                 gsi 6.scm >out 2>err
steve at ruby2 ~ $ cat out
steve at ruby2 ~ $ cat err
steve at 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.


More information about the Gambit-list mailing list