test2
-
linux 中 awk print > 选项实现 按照特定列拆分数据
001、 root@PC1:/home/test2# ls test.map root@PC1:/home/test2# cat test.map ## 用一个map文件进行测…
-
linux 中 gz文件压缩保留源文件、解压缩保留源文件
001、压缩保留源文件 root@PC1:/home/test2# ls outcome.map root@PC1:/home/test2# gzip -c outcome.m…
-
linux 系统中输出文本开头至匹配特定字符的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
linux 系统中输出匹配特定字符至末尾的行
001、 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt aa dd ss dd ff xv ef…
-
linux 中 tar.lzma 文件的解压
001、解压 .tar.lzma文件 root@PC1:/home/test2/test# ls test_chr22.tar.lzma ## 增加 -k 参数 保留源文件 u…
-
linux 中如何匹配非空字符
001、/S:大写S root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt 33-16 CC CC GG…
-
text
[TOC] # 一级标题## 二级标题### 三级标题 #### 四级标题 ![img](C:/Users/Jiayi.tan/Desktop/QQ截图2022062600…
-
linux 中删除匹配特定字符的行及其后的若干行
001、 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.…
-
linux 中 sed命令匹配特定字符之间的数据
001、 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.…
-
linux 中 sed命令匹配特定字符之间的数据
001、 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.…