mirror of
https://github.com/Estom/notes.git
synced 2026-04-24 02:21:45 +08:00
shell
This commit is contained in:
18
Linux/Linux工具命令/0工具命令.md
Normal file
18
Linux/Linux工具命令/0工具命令.md
Normal 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 字符排序命令
|
||||
@@ -35,7 +35,7 @@
|
||||
* Insert,切换光标为输入/替换模式,光标将变成竖线/下划线
|
||||
* ESC,退出输入模式,切换到命令模式
|
||||
|
||||
### 底线命令模式
|
||||
### 底行命令模式
|
||||
在命令模式下按下:(英文冒号)就进入了底线命令模式。
|
||||
|
||||
底线命令模式可以输入单个或多个字符的命令,可用的命令非常多。
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user