上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 403 下一页
摘要: 001、grep -v实现 [liujiaxin01@pc1 test]$ ls a.txt [liujiaxin01@pc1 test]$ cat a.txt ## 测试数据 r t d d g k z c k e w a d j k q f i [liujiaxin01@pc1 test]$ g 阅读全文
posted @ 2022-10-21 10:19 小鲨鱼2018 阅读(261) 评论(0) 推荐(0)
摘要: 001、 方法1 grep -v [liujiaxin01@pc1 test]$ ls a.txt [liujiaxin01@pc1 test]$ cat a.txt ## 测试数据 r t d d g k z c g e w a d j e q f i [liujiaxin01@pc1 test] 阅读全文
posted @ 2022-10-21 10:07 小鲨鱼2018 阅读(488) 评论(0) 推荐(0)
摘要: 001、下载: wget http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.39.zip 002、解压 unzip Trimmomatic-0.39.zip 003、直接调用 java -jar 阅读全文
posted @ 2022-10-19 18:29 小鲨鱼2018 阅读(387) 评论(0) 推荐(0)
摘要: 001、查看防火墙状态 systemctl status firewalld 002、关闭防火墙 systemctl stop firewalld 003、查看关闭防火墙状态 systemctl status firewalld 004、启动防火墙并查看状态 systemctl start fire 阅读全文
posted @ 2022-10-17 14:28 小鲨鱼2018 阅读(108) 评论(0) 推荐(0)
摘要: 001、ls + sed实现 [root@pc1 data]# ls ## 测试文件、目录 a.txt test01 test02 [root@pc1 data]# ls | sed "s#^#$(pwd)/#" ## ls + sed实现 /home/data/a.txt /home/data/t 阅读全文
posted @ 2022-10-16 16:20 小鲨鱼2018 阅读(2119) 评论(0) 推荐(0)
摘要: 001、echo + xargs + cp实现 [root@pc1 data]# ls ## 测试目录及文件a.txt为测试文件, test01~04为测试目录,均为空目录 a.txt test01 test02 test03 test04 [root@pc1 data]# tree ## 利用tr 阅读全文
posted @ 2022-10-15 19:41 小鲨鱼2018 阅读(1285) 评论(0) 推荐(0)
摘要: 001、问题 configure: error: htscodecs submodule files not present. 002、指定官方下载,然后安装即可 wget https://github.com/samtools/htslib/releases/download/1.16/htsli 阅读全文
posted @ 2022-10-14 18:11 小鲨鱼2018 阅读(603) 评论(0) 推荐(0)
摘要: 001、 yum install libzip libzip-devel 阅读全文
posted @ 2022-10-14 15:50 小鲨鱼2018 阅读(356) 评论(0) 推荐(0)
摘要: docker 阅读全文
posted @ 2022-10-14 15:15 小鲨鱼2018 阅读(27) 评论(0) 推荐(0)
摘要: 001、 (base) [root@pc1 build]# cat /etc/redhat-release ## 系统 CentOS Linux release 7.6.1810 (Core) (base) [root@pc1 build]# cmake --version ## 当前cmake版本 阅读全文
posted @ 2022-10-14 15:12 小鲨鱼2018 阅读(1128) 评论(0) 推荐(0)
上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 403 下一页