[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Run an Octave script in the background?
From: |
James Yang |
Subject: |
Run an Octave script in the background? |
Date: |
Mon, 05 Jun 2000 14:10:38 -0400 |
Hi,
I wrote an Octave script, say run.m, and tried to run it in the
background (my OS is UNIX Solaris) by
chmod +x run.m
run.m&
But it showed
[2] 8331
[2] + Suspended (tty output) run.m
However, it worked well if I didn't put ampersand.
Can anyone tell me what I did wrong and how to correct it? Thanks.
James Yang
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Run an Octave script in the background?,
James Yang <=