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

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

原文地址:https://www.cnblogs.com/dakewei/p/10437797.html