help-octave
[Top][All Lists]
Advanced

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

Re: octave in bg ????


From: Daniel Heiserer
Subject: Re: octave in bg ????
Date: Mon, 13 Nov 2000 11:50:03 +0100

address@hidden schrieb:
> 
> 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.

No didnt work. same problem.

also 

octave -q < test_run_1.m &
and
cat test_run_1.m | octave -q &

didnt work. :-( octave always was suspended.

daniel



-------------------------------------------------------------
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]