ITMan Documents

This Weblog Just Created For Document Sysadmin Challenges

math using bc

#bc is bash calculator
bc
> 3/5
> 0
> scale=2
> 3/5
> .60
> quit
variable=`bc << EOF
options
statement
statement
EOF
`
Last updated on 26 Oct 2020
Published on 23 Nov 2018