shell下如何删除文件的某一列

答:cat file | awk '{$1=null;print $0}' (删除第一列)

posted @ 2019-02-26 15:42  Jello  阅读(4183)  评论(0编辑  收藏  举报