2.1 Вызов Octave из командной строки
Обычно Octave используется интерактивно, запуская программу ‘octave’ без аргументов. После запуска Octave считывает команды из терминала, пока вы не скажете ему выйти.
Вы также можете указать имя файла в командной строке, и Octave прочитает и выполнит команды из указанного файла, а затем завершит работу по окончании.
Вы можете дополнительно контролировать запуск Octave, используя параметры командной строки, описанные в следующем разделе, и само Octave может напомнить вам о доступных параметрах. Введите ‘octave --help’, чтобы отобразить все доступные параметры и кратко описать их назначение (‘octave -h’ — это более короткий эквивалент).
| • Параметры командной строки |
| • Файлы запуска |
© 1996–2022 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://docs.octave.org/v6.4.0/Invoking-Octave-from-the-Command-Line.html