Linux
Command
Library
Commands
Basics
Tips
calc
calc
TLDR
Start calc in interactive mode
$ calc
Perform a calculation in non-interactive mode
$ calc -p '[85 * (36 / 4)]'
COLLAPSE ALL
Copied to clipboard