基礎プログラミング I 第 1 回 (Workstation とは / UNIX のいろは) 「エミュレータで計算してみよう」 講義ノート目次

bc -l を使うと、計算ができる。

%bc -lEnter
1 + 2Enter
3Enter
quitEnter

確かめ算をするときに使用する。