test2
-
linux 中sed命令的保护模式b选项
001、 (base) [email protected]:/home/test2# cat a.txt ## 测试数据 1 2 3 k 4 5 6 7 k 8 9 …
-
linux中sed命令删除匹配特定字符之间的数据
001、 (base) [email protected]:/home/test2# ls a.txt (base) [email protected]:/…
-
linux 中 sed N选项将两行合并为一行处理
001、 (base) [email protected]:/home/test2# ls a.txt (base) [email protected]:/…
-
linux 中sed命令删除匹配字符之后的若干行
001、 (base) [email protected]:/home/test2# cat a.txt ## 测试数据 1 2 3 k 4 5 6 7 k 8 9 …
-
linux 中sed命令如何同时将多个字符替换为指定字符
001、 (base) [email protected]:/home/test2# cat a.txt ## 测试数据 e f k s g d a c m s e …
-
python中实现依据序列名称排序并输出
001、 (base) [email protected]:/home/test2# ls a.fasta test.py (base) [email pr…
-
python中提取原始序列名字第一个空格前的名字作为的序列名字,输出到屏幕
001、 (base) [email protected]:/home/test2# ls a.fasta test.py (base) [email pr…
-
linux 中输出当前目录下所有目录中的所有文件(每个目录中文件各占一行)
001、 (base) [email protected]:/home/test2# ls ## 当前目录下三个文件夹 test1 test2 test3 (base…
-
linux 中 if条件判断符 [ -s file ]选项
001、 [ -s file ]:文件存在且不为0是为真。 (base) [email protected]:/home/test2# ls a.txt b.txt …
-
linux 中删除除第一次匹配特定字符串所在行之外的所有行
001、shell实现 root@PC1:/home/test2# ls test.txt root@PC1:/home/test2# cat test.txt ## 测试数据…