linux cut 命令提取指定列 linux cut 命令提取指定列提取 第2列至最后一列 cut -f 2- file提取 第1列,第3列,第5列 cut -f 1,3,5 file提取 提取第2列以外的所有列 cut -f 2 --complement file