The following environment variables are processed by bc
:
POSIXLY_CORRECT
BC_ENV_ARGS
bc
. The format
is the same as the command line arguments. These arguments are
processed first, so any files listed in the environent arguments are
processed before any command line argument files. This allows the user
to set up "standard" options and files to be processed at every
invocation of bc
. The files in the environment variables
would typically contain function definitions for functions the user
wants defined every time bc
is run.
BC_LINE_LENGTH
Go to the first, previous, next, last section, table of contents.