摘要:
001、 [root@pc1 test3]# ls a.txt [root@pc1 test3]# cat a.txt ## 测试数据 a b c a b c a b c [root@pc1 test3]# sed '1,6 /a/d' a.txt ## 删除1-6行中,匹配a的行, 发现报错 se 阅读全文
posted @ 2022-12-23 15:17
小鲨鱼2018
阅读(772)
评论(0)
推荐(0)
摘要:
001、测试数据 [root@pc1 test2]# ls a.fa [root@pc1 test2]# cat a.fa ## 测试数据 >chr1 ddtttggggg eeeeee >chr2 iiiiirrrr sssssssss >chr3 uuuuueeeee qqqqqqqqq >ch 阅读全文
posted @ 2022-12-23 14:56
小鲨鱼2018
阅读(83)
评论(0)
推荐(0)