Linux筆記-bc
8/14/2007
這篇寫一寫忘了存檔就reboot XD
蘭嶼攻略--2 其他可供住宿的區域
bc(1) bc(1)
NAME
bc - An arbitrary precision calculator language
SYNTAX
bc [ -hlwsqv ] [long-options] [ file ... ]
VERSION
This man page documents GNU bc version 1.06.
DESCRIPTION
bc is a language that supports arbitrary precision numbers with
interactive execution of statements. There are some similarities
in the syntax to the C programming language. A standard math
library is available by command line option. If requested, the
math library is defined before processing any files. bc starts by
processing code from all the files listed on the command line in
the order listed. After all files have been processed, bc reads
from the standard input. All code is executed as it is read. (If
a file contains a command to halt the processor, bc will never read
from the standard input.)
於 8:41 下午

