1 k=`awk 'END{print NR}' ~/Desktop/asd.asd`2 cat ~/Desktop/asd.asd |awk '{if(NR!='$k')print}'
1.以上为显示除最后一行以外的文件内容。