less ucsc_gene_length.txt |awk -F " " 'BEGIN {} {oFS="\t";if($1 != "Supporting")print $_}' > gene_length.txt
awk中OFS的用法
最新推荐文章于 2025-02-19 14:08:17 发布
less ucsc_gene_length.txt |awk -F " " 'BEGIN {} {oFS="\t";if($1 != "Supporting")print $_}' > gene_length.txt