octave
A programming language for scientific computing. More information: <https://docs.octave.org/latest/Invoking-Octave-from-the-Command-Line.html>.
Install
- All systems
-
curl cmd.cat/octave.sh
- Debian
-
apt-get install octave - Ubuntu
-
apt-get install octave - Arch Linux
-
pacman -S octave - Kali Linux
-
apt-get install octave - Fedora
-
dnf install octave-6 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install octave - OS X
-
brew install octave - Raspbian
-
apt-get install octave
A programming language for scientific computing. More information: <https://docs.octave.org/latest/Invoking-Octave-from-the-Command-Line.html>.
-
Start an interactive session:
octave -
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
© tl;dr; authors and contributors