commands.sh

octave

all

A programming language for scientific computing.

More info →

Examples (6)

Start an interactive session

Execute a specific script file

octave path/to/script.m

Execute a script file with specific arguments

octave path/to/script.m argument1 argument2 ...

Start an interactive session with a GUI

octave --gui

Display help

octave --help

Display version

octave --version
made by @shridhargupta | data from tldr-pages