mirror of
https://github.com/Estom/notes.git
synced 2026-04-05 11:57:37 +08:00
linux 命令和教程补充
This commit is contained in:
21
Linux/command/bzdiff.md
Normal file
21
Linux/command/bzdiff.md
Normal file
@@ -0,0 +1,21 @@
|
||||
bzdiff
|
||||
===
|
||||
|
||||
直接比较两个.bz2压缩包中文件的不同
|
||||
|
||||
## 补充说明
|
||||
|
||||
**bzdiff命令** 用于直接比较两个“.bz2”压缩包中文件的不同,省去了解压缩后再调用diff命令的过程。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
bzdiff(参数)
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
* 文件1:指定要比较的第一个.bz2压缩包;
|
||||
* 文件2:指定要比较的第二个.bz2压缩包。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user