2.1 Вызов Octave из командной строки ¶
Обычно Octave используется интерактивно, запустив программу ‘octave’ без каких-либо аргументов. После запуска Octave считывает команды из терминала, пока вы не сообщите ему об окончании работы.
Вы также можете указать имя файла в командной строке, и Octave прочитает и выполнит команды из этого файла, а затем завершит работу по окончании.
Вы можете дополнительно управлять тем, как запускается Octave, используя параметры командной строки, описанные в следующей секции, и само Octave может напомнить вам о доступных параметрах. Введите ‘octave --help’, чтобы отобразить все доступные параметры и кратко описать их использование (‘octave -h’ — более короткая эквивалентная команда).
© 1996–2023 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/v9.2.0/Invoking-Octave-from-the-Command-Line.html