Skip to content

Commit

Permalink
update more.md (#145)
Browse files Browse the repository at this point in the history
Edit typo
  • Loading branch information
gletthereblight authored and jaywcjlove committed Jan 14, 2020
1 parent 7756fb0 commit 0f752ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/more.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ more
* 按斜线符`|`:接着输入一个模式,可以在文本中寻找下一个相匹配的模式。
* 按H键:显示帮助屏,该屏上有相关的帮助信息。
* 按B键:显示上一屏内容。
* 按Q键:退出rnore命令
* 按Q键:退出more命令

### 语法

Expand All @@ -39,7 +39,7 @@ more(语法)(参数)

### 实例

显示文件file的内容,但在显示之前先清屏,并且在屏幕的最下方显示完核的百分比
显示文件file的内容,但在显示之前先清屏,并且在屏幕的最下方显示完成的百分比

```shell
more -dc file
Expand All @@ -52,4 +52,4 @@ more -c -10 file
```


<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 comments on commit 0f752ce

Please sign in to comment.