Discussion:
How can I edit scripts using the command line?
(too old to reply)
Sudipta Banerjee
2015-01-18 02:27:52 UTC
Permalink
Hello everyone,

Can you please suggest how to view, make changes to an octave script(.m files) using the command line?

Thanks and regards,
Sudipta
Hani Ibrahim
2015-04-14 07:18:05 UTC
Permalink
Post by Sudipta Banerjee
Can you please suggest how to view, make changes to an octave script(.m files) using the command line?
Type:

edit myscriptfile.m

To change the editor refer e.g.: http://wiki.octave.org/Vim
Hani Ibrahim
2015-04-14 07:40:45 UTC
Permalink
Post by Sudipta Banerjee
Hello everyone,
Can you please suggest how to view, make changes to an octave script(.m files) using the command line?
Try

edit myscriptfile.m

To change your editor, refer http://wiki.octave.org/Vim

Loading...