Browse Source

usage updated

main
Blau Araujo 1 year ago
parent
commit
48fc52ddea
  1. 10
      cawk

10
cawk

@ -43,18 +43,22 @@ There is NO WARRANTY, to the extent permitted by law.
help="cawk ($version) - 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.
cawk [-f PRECISION] < FILE - Eval expressions list in FILE
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.
f PRECISION Redefine precision.
h or ? Help.
q or quit Quit.
"
# functions -------------------------------------------------------------------

Loading…
Cancel
Save