awk -F "\t" '{print $2,$3}' OFS="\t" songs_new.txt > s2.txt 加行号:awk -F "\t" '{print NR+1000000,$1}' OFS="\t" tmp > tmp1