You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
LICENSE | 1 year ago | |
README.md | 1 year ago | |
cawk | 1 year ago |
README.md
cawk
REPL calculator in Bash and AWK
USAGE
cawk [-f PRECISION] - Start in REPL mode.
cawk -e EXPRESSION [-f PRECISION] - Eval EXPRESSION and quit.
COMMAND | cawk [-f PRECISION] - Eval expressions from COMMAND output.
OPTIONS
-e EXPRESSION Expression to evaluate.
-f PRECISION Number of positions after decimal point.
COMMANDS
f[0-9] Redefine precision.
h|? Help.
q|quit Quit.