System Grab Bag

View all TLDR pages from common (or from all pages)

octave

GNU Octave is 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.