Linux -输出文本中的最后一列内容

【Linux -输出文本中的最后一列内容】1,命令:awk '{print $NF}' filename


2,输出每一行的数据个数
命令:awk '{print NF} 'filename

    推荐阅读