mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 23:41:44 +00:00
18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mate-calc
|
|
|
|
> Calculate mathematic expressions in MATE desktop environment.
|
|
> More information: <https://manned.org/mate-calc>.
|
|
|
|
- Start the calculator:
|
|
|
|
`mate-calc`
|
|
|
|
- Calculate a specific mathematic expression:
|
|
|
|
`mate-calc --solve {{2 + 5}}`
|