freebsd-dev/contrib/bc/scripts/radamsa.txt
Stefan Eßer 23210c9f42 contrib/bc: update to version 5.2.3
This version fixes a parse error when passing a file to bc using -f
if that file has a multiline comment or string in it.

Merge commit '3673adf1ee311d6f83176d3e43cf0efb314764e4'

MFC after:	3 days
2022-03-07 23:26:09 +01:00

18 lines
467 B
Plaintext

-lq '/home/gavin/.bcrc'
-lq "/home/gavin/.bcrc"
-lqg '/home/gavin/bc stuff.bc'
-lqg "/home/gavin/bc stuff.bc"
-lqg '/home/gavin/"bc" stuff.bc'
-lqg "/home/gavin/'bc' stuff.bc"
-lqg '/home/gavin/bc stuff.bc
-lqg "/home/gavin/bc stuff.bc
-lqg '/home/gavin/"bc" stuff.bc
-lqg "/home/gavin/'bc' stuff.bc
--mathlib --expand
--file="/home/gavin/.bcrc"
--file=/home/gavin/.bcrc
--file="/home/gavin/bc stuff.bc"
--file
--expression "4+4"
-e "irand(128)" -f /home/gavin/.bcrc