cut -f1,2,3 filename ,截取列

cut -f1 --complement filename,截取除掉第一列外所有的列

cut -f2 -d ";" filename,使用;的字段定界符

-b,表示字节

-c,表示字段

-f,表示定义字段