mirror of
https://github.com/Estom/notes.git
synced 2026-04-29 04:52:25 +08:00
linux 命令和教程补充
This commit is contained in:
20
Linux/command/bzmore.md
Normal file
20
Linux/command/bzmore.md
Normal file
@@ -0,0 +1,20 @@
|
||||
bzmore
|
||||
===
|
||||
|
||||
查看bzip2压缩过的文本文件的内容
|
||||
|
||||
## 补充说明
|
||||
|
||||
**bzmore命令** 用于查看bzip2压缩过的文本文件的内容,当下一屏显示不下时可以实现分屏显示。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
bzmore(参数)
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
文件:指定要分屏显示的.bz2压缩包。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user