help-octave
[Top][All Lists]
Advanced

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

Re: Please help me on how to redirect my output from console to a text f


From: Jordi Gutiérrez Hermoso
Subject: Re: Please help me on how to redirect my output from console to a text file
Date: Wed, 13 Feb 2008 08:30:54 -0600

Oops!

On 13/02/2008, Jordi Gutiérrez Hermoso <address@hidden> wrote:
>      octave -q --eval `cat yourscript.m` > your-output-file

Change this to

     octave -q --eval yourscript.m > your-output-file

- Jordi G. H.



reply via email to

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