linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

20
Linux/command/bzmore.md Normal file
View File

@@ -0,0 +1,20 @@
bzmore
===
查看bzip2压缩过的文本文件的内容
## 补充说明
**bzmore命令** 用于查看bzip2压缩过的文本文件的内容当下一屏显示不下时可以实现分屏显示。
### 语法
```shell
bzmore(参数)
```
### 参数
文件:指定要分屏显示的.bz2压缩包。