num=gawk -v x=2.5 -v y=0.5 'BEGIN{printf "%.2f%%",x * 100/y}' echo $num
gawk -v x=2.5 -v y=0.5 'BEGIN{printf "%.2f%%",x * 100/y}'
Δ