001、
[root@pc1 test4]# ls a.txt [root@pc1 test4]# cat a.txt ## 测试文件 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [root@pc1 test4]# awk 'NF{NF--}1' a.txt ## 删除最后一列 01 02 03 04 05 07 08 09 10 11 13 14 15 16 17 19 20 21 22 23 25 26 27 28 29
。
标签:test4,pc1,awk,一列,linux,txt,root From: https://www.cnblogs.com/liujiaxin2018/p/17715887.html