1 Starting and Stopping
| bash | description |
|---|---|
octave [--gui] |
start Octave CLI/GUI session |
octave file |
run file |
octave --eval code |
evaluate code using Octave |
octave --help |
describe command line options |
| octave | description |
|---|---|
quit or exit |
exit Octave |
Ctrl-C |
terminate current command and return to top-level prompt |