User Tools

Site Tools


informatica:linux:bash

This is an old revision of the document!


bash

bash

Sumar decimales

a="1.23"
b="4.567"
c=`echo $a * $b | bc `
informatica/linux/bash.1263025407.txt.gz · Last modified: 2015/04/13 20:19 (external edit)