BC(1) - General Commands Manual
BC(1) - General Commands Manual # BC(1) - General Commands Manual NAME # bc - arbitrary-precision arithmetic language and calculator SYNOPSIS # bc [-cl] [-e expression] [file …] DESCRIPTION # bc is an interactive processor for a language which resembles C but provides unlimited precision arithmetic. It takes input from any expressions on the command line and any files given, then reads the standard input. Options available: -c bc is actually a preprocessor for dc(1), which it invokes automatically, unless the -c (compile only) option is present. ...