倒数第一列打印

 

cat iplist.txt | awk '{ print $(NF) }'

 

打印第一行

cat iplist.txt|awk 'NR==1{print}'