awk '{if(FNR==1){print $0}else{if(($16>=0&&$16<=5)||($16>=45&&$16<=55)||($16>=95&&$16<=100)){print $0}}}' JTLcfDNA2.smCounter.all.txt >JTLcfDNA2.smCounter.all.filter.txt
转载于:https://www.cnblogs.com/rmliu/p/10857954.html
awk '{if(FNR==1){print $0}else{if(($16>=0&&$16<=5)||($16>=45&&$16<=55)||($16>=95&&$16<=100)){print $0}}}' JTLcfDNA2.smCounter.all.txt >JTLcfDNA2.smCounter.all.filter.txt
转载于:https://www.cnblogs.com/rmliu/p/10857954.html