摘要:
001、 [root@PC1 test3]# ls a.txt [root@PC1 test3]# cat a.txt ## 测试数据 334 gene kkk yyy gene gene kkk gene gene mmmm [root@PC1 test3]# awk 'BEGIN{a="no"} 阅读全文
posted @ 2023-06-05 13:18
小鲨鱼2018
阅读(80)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test3]# ls a.txt [root@PC1 test3]# cat a.txt ## 测试数据 3 5 44 agf gene 45 87 gene dfg iu gene 887 777 [root@PC1 test3]# sed '1,/gene/{/ge 阅读全文
posted @ 2023-06-05 13:04
小鲨鱼2018
阅读(58)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test3]# ls a.txt b.txt [root@PC1 test3]# cat a.txt ## 测试数据 3 a 5 b b 4 7 [root@PC1 test3]# cat b.txt ## 测试数据 3 a 5 b 4 7 [root@PC1 test 阅读全文
posted @ 2023-06-05 12:45
小鲨鱼2018
阅读(51)
评论(0)
推荐(0)