[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: octave scripts don't go to background
From: |
Gerd Bürger |
Subject: |
RE: octave scripts don't go to background |
Date: |
Thu, 20 Jul 2000 10:50:55 +0200 (CEST) |
Doug,
You wrote:
>Try
>
>octave < def.m >& octave_out &
but in case you want command line arguments you have to do
octave def.m arg1 arg2 ... >& octave_out &
and that doesn't go to background either, at least not for me (AIX
4.2, zsh).
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
-----------------------------------------------------------------------