mirror of
https://github.com/Estom/notes.git
synced 2026-04-08 21:39:17 +08:00
21 lines
308 B
Markdown
21 lines
308 B
Markdown
bzmore
|
||
===
|
||
|
||
查看bzip2压缩过的文本文件的内容
|
||
|
||
## 补充说明
|
||
|
||
**bzmore命令** 用于查看bzip2压缩过的文本文件的内容,当下一屏显示不下时可以实现分屏显示。
|
||
|
||
### 语法
|
||
|
||
```shell
|
||
bzmore(参数)
|
||
```
|
||
|
||
### 参数
|
||
|
||
文件:指定要分屏显示的.bz2压缩包。
|
||
|
||
|