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 update
sudo apt-get install octave
- OS X
-
brew install octave
- Raspbian
-
apt-get install octave
- Dockerfile
- dockerfile.run/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