int函数
1.1、int函数的作用

int函数用于将一个量转换为整数

1.2、int函数的原型
int(x)

示例:

echo "2.5" | awk '{print int($0)}'