Options (4)
-i, --interactivebooleanLaunch in interactive mode
Example:
qalc {{[-i|--interactive]}}-t, --tersebooleanLaunch in terse mode (print the results only)
Example:
qalc {{[-t|--terse]}}-e, --exratesbooleanUpdate currency exchange rates
Example:
qalc {{[-e|--exrates]}}-f, --filebooleanExecute commands from a file
Example:
qalc {{[-f|--file]}} {{path/to/file}}Examples (6)
Launch in interactive mode
qalc [-i|--interactive]Launch in terse mode (print the results only)
qalc [-t|--terse]Update currency exchange rates
qalc [-e|--exrates]Perform calculations non-interactively
qalc 66+99|2^4|6 feet to cm|1 bitcoin to USD|20 kmph to mph|...List all supported functions/prefixes/units/variables
qalc --list-functions|list-prefixes|list-units|list-variablesExecute commands from a file
qalc [-f|--file] path/to/filemade by @shridhargupta | data from tldr-pages