[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: octave scripts don't go to background
From: |
Matz Katja (K5/ESK5) |
Subject: |
AW: octave scripts don't go to background |
Date: |
Thu, 20 Jul 2000 11:02:31 +0200 |
In fact I output all data to files and use following script for Solaris to
start *.m
#!<pathsh>/sh
<pathnh>/nohup $1 > /dev/null &
Katja
> -----Ursprüngliche Nachricht-----
> Von: Gerd Bürger [SMTP:address@hidden
> Gesendet am: Donnerstag, 20. Juli 2000 10:51
> An: Doug Sturim
> Cc: address@hidden; Help-Octave
> Betreff: RE: octave scripts don't go to background
>
> 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
> -----------------------------------------------------------------------
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------