
calc
List of commands for calc:
-
calc:tldr:43c6b calc: View an overview of `calc`.$ calc help overviewtry on your machineexplain this command
-
calc:tldr:74e33 calc: Start `calc` in interactive mode.$ calctry on your machineexplain this command
-
calc:tldr:a5b21 calc: Perform a calculation in non-interactive mode.$ calc '${85 * (36 - 4)}'try on your machineexplain this command
-
calc:tldr:b4248 calc: Perform a calculation and then switch to [i]nteractive mode.$ calc -i '${sqrt(2)}'try on your machineexplain this command
-
calc:tldr:b7efd calc: View an introduction to `calc`.$ calc help introtry on your machineexplain 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 machineexplain 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 machineexplain this command