[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: octave scripts don't go to background
From: |
Doug Sturim |
Subject: |
RE: octave scripts don't go to background |
Date: |
Wed, 19 Jul 2000 09:42:01 -0400 |
Try
octave < def.m >& octave_out &
I also do this from a stupid terminal so I make sure 1) I have no graphics
or 2) I open a path to my work display.
------------------------------------------------------------
Douglas Sturim Information Systems Technology Group
address@hidden MIT Lincoln Laboratory
(781) 981-4462 Lexington, MA 02420-9185
-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Gerd Bürger
Sent: Wednesday, July 19, 2000 8:28 AM
To: address@hidden
Subject: octave scripts don't go to background
Hi,
If I send octave to the background from an interactive shell, it
works. But using the script, e.g.,
------------ def.m ----------
#! /usr/bin/octave
quit
------------ def.m ----------
prompt> def.m &
doesn't work. octave says
suspended (tty output) def.m
What's wrong?
Gerd
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------