欢迎各位兄弟 发布技术文章
这里的技术是共享的
[root@localhost ~]# cat 1.txt1 2 3 4 5a b c d e
awk ' { $3=$4="";print $0 }' 1.txt
来自 http://ke.magedu.com/article/181