1.替换掉除字段信息之外的数据 2.sed ‘/^$/d’ C105.txt > C105_01.txt 将字段信息中的空白行先删除 3.删除重复的字段信息 cat C105_01.txt | uniq > C105_02.txt 文章导航 datax的数据错位问题