You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
343 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

bzgrep
===
使用正则表达式搜索.bz2压缩包中文件
## 说明
**bzgrep命令** 使用正则表达式搜索“.bz2”压缩包中文件将匹配的行显示到标注输出。
### 语法
```
bzgrep(参数)
```
### 参数
* 搜索模式:指定要搜索的模式;
* .bz2文件指定要搜索的.bz2压缩包。