help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

octave in bg ????


From: John W. Eaton
Subject: octave in bg ????
Date: Mon, 13 Nov 2000 12:13:55 -0600

On 13-Nov-2000, Daniel Heiserer <address@hidden> wrote:

| Hi,
| whenever I try to run octve in the background, octave starts sleeping
| and
| does not continue:
| --------------------------------------------------------------------------
| shell> octave -q  test_run_1.m &
| [1] 491322
| [1]  + Suspended (tty output)        octave -q test_run_1.m

Try

  shell> octave -q  test_run_1.m < /dev/null > test_run_1.out &

You may also want to tell your shell to send output intended for the
standard error stream to the test_run_1.out file.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]