in reply to Re: simple awk feature in perlin thread simple awk feature in perl
Maybe "floating point integer" is in the format 1.2, in that case, play around with echo "1" | awk '{print sprintf("%0.1f", $1)}' (prints "1.0")