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:
parent
595c4eb234
commit
1ff585c6fd
1 changed files with 11 additions and 0 deletions
11
pages/linux/calc.md
Normal file
11
pages/linux/calc.md
Normal 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)}}'`
|
Loading…
Add table
Reference in a new issue