1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

New command: calc (#1380)

This commit is contained in:
Starbeamrainbowlabs 2017-05-18 19:04:36 +01:00 committed by Agniva De Sarker
parent 595c4eb234
commit 1ff585c6fd

11
pages/linux/calc.md Normal file
View file

@ -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)}}'`