This commit is contained in:
法然
2022-10-03 00:08:52 +08:00
parent 16a1e2ce10
commit dd11a44b1f
647 changed files with 10830 additions and 308 deletions

View File

@@ -0,0 +1,18 @@
## 文本查看和处理
### 交互式
- [x] vim
- [x] less
### 编辑
- [x] sed
### 查看
- [x] cat
- [x] head
- [x] tail
- [x] cut
- [x] wc 统计行数、单词数、字符数
- [x] uniq 去掉临近重复行
- [x] sort 字符排序命令

View File

@@ -35,7 +35,7 @@
* Insert切换光标为输入/替换模式,光标将变成竖线/下划线
* ESC退出输入模式切换到命令模式
### 底线命令模式
### 底命令模式
在命令模式下按下:(英文冒号)就进入了底线命令模式。
底线命令模式可以输入单个或多个字符的命令,可用的命令非常多。

Some files were not shown because too many files have changed in this diff Show More