Open Source Blog - Java,Python,Linux
Enjoy Programming With Open Source!! OpenSource Blog - Java,Python,Linux,Cloud Computing..
Pages
(Move to ...)
Home
▼
Friday, September 17, 2010
Waht is bc (Shell Script) ?
bc - An arbitrary precision calculator language
say i wish to add two numbers in Shell Script,
a=4
b=3
c=`echo $a+$b | bc`
echo $c
With
bc
Command, you can do mathematical calculations.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment