上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 367 下一页
摘要: 001、假定数字为3 [root@pc1 test1]# ls test.py [root@pc1 test1]# cat test.py ## 测试程序 #!/usr/bin/env python3 # -*- coding: utf-8 -*- for i in range(1,4): for 阅读全文
posted @ 2023-09-28 20:25 小鲨鱼2018 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 001、磁盘占用 (base) [root@pc1 test1]# ls test1 test2 test3 (base) [root@pc1 test1]# find $PWD -type d ## 查出所有目录 /home/test1 /home/test1/test1 /home/test1/ 阅读全文
posted @ 2023-09-27 21:55 小鲨鱼2018 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test2]# ls a.txt [root@pc1 test2]# cat a.txt batch01 xyz1 batch02 xyz2 batch03 xyz3 batch04 xyz4 batch05 xyz5 [root@pc1 test2]# awk '{s 阅读全文
posted @ 2023-09-27 09:03 小鲨鱼2018 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 001、split实现 a、 [root@pc1 test1]# ls a.txt [root@pc1 test1]# cat a.txt ## 测试文件 01 02 03 04 05 06 07 08 09 10 11 12 [root@pc1 test1]# split -l 4 a.txt b 阅读全文
posted @ 2023-09-27 08:21 小鲨鱼2018 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 001、方法1, cut + 循环 [root@pc1 test01]# ls a.txt [root@pc1 test01]# cat a.txt ## 测试数据 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 阅读全文
posted @ 2023-09-26 00:06 小鲨鱼2018 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 001、grep实现 (base) [root@pc1 test2]# ls a.txt (base) [root@pc1 test2]# cat a.txt ## 测试数据 1 2 keyword 3 4 5 keyword 6 7 8 (base) [root@pc1 test2]# grep 阅读全文
posted @ 2023-09-25 22:45 小鲨鱼2018 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 001、安装 下载最新版: 官网:https://github.com/shenwei356/seqkit/releases 002、解压、调用测试 (base) [root@pc1 Seqkit]# ls ## 安装包 seqkit_linux_amd64.tar.gz (base) [root@ 阅读全文
posted @ 2023-09-25 20:44 小鲨鱼2018 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 001、方法1 (base) [root@pc1 test1]# ls a.txt (base) [root@pc1 test1]# cat a.txt 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 keyword 16 17 18 19 20 21 22 阅读全文
posted @ 2023-09-25 10:11 小鲨鱼2018 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 001、下载最新安装包 下载地址:https://github.com/alekseyzimin/masurca/releases 002、解压,进入安装目录 tar -xzvf MaSuRCA-4.1.0.tar.gz cd MaSuRCA-4.1.0/ 003、安装依赖 (base) [root 阅读全文
posted @ 2023-09-24 23:13 小鲨鱼2018 阅读(68) 评论(0) 推荐(1) 编辑
摘要: 001、问题 Can't locate Env.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl 002、解决方法 (base) [root@pc1 MaSuRCA-4.1.0]# yum -y insta 阅读全文
posted @ 2023-09-24 22:58 小鲨鱼2018 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 367 下一页