上一页 1 ··· 289 290 291 292 293 294 295 296 297 ··· 403 下一页
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 2 5 d s c w a r t e 4 s 2、删除匹配k的行及其后2行 [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 阅读全文
posted @ 2021-07-09 00:44 小鲨鱼2018 阅读(1527) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 2 5 d s c w a r t e 4 s 2、将第2行替换为xxxx [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 阅读全文
posted @ 2021-07-09 00:33 小鲨鱼2018 阅读(5343) 评论(0) 推荐(0)
摘要: 1、测试数据如下: [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 2 5 d s c w a r t e 4 s 2、在第2行后插入xxxx [root@centos79 阅读全文
posted @ 2021-07-09 00:27 小鲨鱼2018 阅读(17928) 评论(0) 推荐(1)
摘要: 1、测试数据如下: [root@centos79 test]# ls a.txt b.txt [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 2 5 d s c w a r t e 4 s [root@centos79 test]# c 阅读全文
posted @ 2021-07-09 00:02 小鲨鱼2018 阅读(491) 评论(0) 推荐(0)
摘要: 1、 目前两种接口: sata接口 和 m.2接口 2、m.2接口 走两种总线: sata总线和PCIE总线, PCIE总线分位支持NVME协议和不支持NVME协议。 阅读全文
posted @ 2021-07-08 19:52 小鲨鱼2018 阅读(84) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 2 5 d s c w a r t e 4 s 2、删除第二行 [root@centos79 test]# ca 阅读全文
posted @ 2021-07-08 19:19 小鲨鱼2018 阅读(1879) 评论(0) 推荐(0)
摘要: centos中安装那个cmake。 1、问题 [root@PC3 home]# cmake bash: cmake: command not found... Similar command is: 'make' 当前系统: [root@PC3 home]# lsb_release -a LSB V 阅读全文
posted @ 2021-07-08 18:54 小鲨鱼2018 阅读(9978) 评论(0) 推荐(0)
摘要: 杂合度计算分为两种:位点杂合度和样本杂合度 1、计算位点杂合度,测试数据如下: [root@centos79 test]# ls outcome.map outcome.ped [root@centos79 test]# cat outcome.map ## 8个snp位点 1 snp1 0 559 阅读全文
posted @ 2021-07-08 13:55 小鲨鱼2018 阅读(3451) 评论(0) 推荐(0)
摘要: 1、 [root@centos79 test]# cat a.txt 1 2 3 4 5 6 7 8 9 10 [root@centos79 test]# sed '/2/ s/^/xxx/' a.txt 1 xxx2 3 4 5 6 7 8 9 10 [root@centos79 test]# s 阅读全文
posted @ 2021-07-07 23:57 小鲨鱼2018 阅读(231) 评论(0) 推荐(0)
摘要: 1、测试数据如下: [root@centos79 test]# seq 10 > a.txt [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 1 2 3 4 5 6 7 8 9 10 2、提取第2行 [root@cento 阅读全文
posted @ 2021-07-07 23:05 小鲨鱼2018 阅读(24095) 评论(0) 推荐(2)
上一页 1 ··· 289 290 291 292 293 294 295 296 297 ··· 403 下一页