Raveen Kumar

bc

bc as a hex calculator

obase=16
ibase=16
9+1

bc fractional

scale=10
1/3

Evaluating expressions from commandline

bc <<< "ibase=10; obase=16; $(grep cru_spare -r | awk -F "," '{print $NF}')"

#Linux #Command-Line #Unix