help-octave
[Top][All Lists]
Advanced

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

Re: invoking octave from command line with ubuntu


From: Ólafur Jens Sigurðsson
Subject: Re: invoking octave from command line with ubuntu
Date: Tue, 27 Nov 2007 17:53:12 +0100
User-agent: Mutt/1.5.16 (2007-06-11)

On Tue, Nov 27, 2007 at 05:09:17AM -0800, nikkos wrote:
> 
> Hi,
> 
> i have written my first program in octave and i want to run it from command
> line.
> 
> My system has Ubuntu installed. Can anyone tell me what should i do to
> achieve that.

Hi Nikkos

to run octave code without getting into the octave shell then run

octave --eval "whatevercommandyouwanttorun"

Then after executing the command octave will exit and you get your
shell prompt again.

HTH

Oli


reply via email to

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