linux-awk Posted on 2019-08-06 打印某一列1awk '{print $1}' file 1234awk -F "," '{print $1,$2}' file |参数 | |操作|awk -F "," '/^a/ {print $3}' file