Forrest logo
back to context overview

calc

List of commands for calc:

  • calc:tldr:43c6b calc: View an overview of `calc`.
    $ calc help overview
    try on your machine
    explain this command
  • calc:tldr:74e33 calc: Start `calc` in interactive mode.
    $ calc
    try on your machine
    explain this command
  • calc:tldr:a5b21 calc: Perform a calculation in non-interactive mode.
    $ calc '${85 * (36 - 4)}'
    try on your machine
    explain this command
  • calc:tldr:aeb01 calc: Open the `calc` manual.
    $ calc help
    try on your machine
    explain this command
  • calc:tldr:b4248 calc: Perform a calculation and then switch to [i]nteractive mode.
    $ calc -i '${sqrt(2)}'
    try on your machine
    explain this command
  • calc:tldr:b7efd calc: View an introduction to `calc`.
    $ calc help intro
    try on your machine
    explain this command
  • calc:tldr:d62fc calc: Start `calc` in a specific permission [m]ode (0 to 7, defaults to 7).
    $ calc -m ${mode}
    try on your machine
    explain this command
  • calc:tldr:d77d6 calc: Perform a calculation without any output formatting (for use with pipes).
    $ calc -p '${4-3 * pi() * 5^3}'
    try on your machine
    explain this command
back to context overview