xz*: update pages (#10192)

* xz*: update pages

* xz: make placeholders consistent
This commit is contained in:
Lena
2023-07-16 08:00:03 +02:00
committed by GitHub
parent d519410190
commit 48047a58c9
5 changed files with 24 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
# xzdiff
> Invokes the diff command on files compressed with xz, lzma, gzip, bzip2, lzop, or zstd.
> All options specified are passed directly to diff.
> Invokes `diff` on files compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd`.
> All options specified are passed directly to `diff`.
> More information: <https://manned.org/xzdiff>.
- Compare files:
@@ -23,7 +23,3 @@
- Compare files using paginated results:
`xzdiff --paginate {{path/to/file1}} {{path/to/file2}}`
- Compare directories recursively (shows names for differing files/directories as well as changes made to files):
`diff --recursive {{path/to/file1}} {{path/to/file2}}`