mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 00:57:21 +00:00
Update cheatsheets
This commit is contained in:
14
xzcmp
Normal file
14
xzcmp
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xzcmp
|
||||
|
||||
> Invokes `cmp` on files compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd`.
|
||||
> All options specified are passed directly to `cmp`.
|
||||
> More information: <https://manned.org/xzcmp>.
|
||||
|
||||
- Compare two specific files:
|
||||
|
||||
`xzcmp {{path/to/file1}} {{path/to/file2}}`
|
||||
Reference in New Issue
Block a user