diff --git a/pages/linux/calc.md b/pages/linux/calc.md new file mode 100644 index 000000000..e16afd303 --- /dev/null +++ b/pages/linux/calc.md @@ -0,0 +1,11 @@ +# calc + +> An interactive arbitrary-precision calculator on the terminal. + +- Start calc in interactive mode: + +`calc` + +- Perform a calculation in non-interactive mode: + +`calc -p '{{85 * (36 / 4)}}'`