Salve Håkedal
2010-12-03 13:11:25 UTC
I want to run an octave script from the octave command line.
In bash (with a shell script) I could do:
$ script file*
to run the bash script on multiple files.
But it seems I'm not allowed to do the same thing in octave:
octave:1> octavescript "file*"
don't run on all files.
What should I do?
In bash (with a shell script) I could do:
$ script file*
to run the bash script on multiple files.
But it seems I'm not allowed to do the same thing in octave:
octave:1> octavescript "file*"
don't run on all files.
What should I do?
--
Salve
Salve