From a7de366916f6c3fa5786d7de415c7f8f924eaeaf Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sat, 16 Apr 2022 13:27:50 +1000 Subject: [PATCH] mate-calc-cmd: add page (#8014) --- pages/linux/mate-calc-cmd.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/mate-calc-cmd.md diff --git a/pages/linux/mate-calc-cmd.md b/pages/linux/mate-calc-cmd.md new file mode 100644 index 0000000000..4c01c59dd8 --- /dev/null +++ b/pages/linux/mate-calc-cmd.md @@ -0,0 +1,12 @@ +# mate-calc-cmd + +> Calculate mathematic expressions in MATE desktop environment in terminal. +> More information: . + +- Start an interactive calculator session: + +`mate-calc-cmd` + +- Calculate a specific mathematic expession: + +`{{2 + 5}}`