Scroll to navigation

XZDIFF(1) XZ-Dienstprogramme XZDIFF(1)

BEZEICHNUNG

xzcmp, xzdiff, lzcmp, lzdiff - komprimierte Dateien vergleichen

ÜBERSICHT

xzcmp [cmp-Optionen] Datei1 [Datei2]
xzdiff [diff-Optionen] Datei1 [Datei2]
lzcmp [cmp-Optionen] Datei1 [Datei2]
lzdiff [diff-Optionen] Datei1 [Datei2]

BESCHREIBUNG

xzcmp and xzdiff invoke cmp(1) or diff(1) on files compressed with xz(1), lzma(1), gzip(1), bzip2(1), lzop(1), or zstd(1). All options specified are passed directly to cmp(1) or diff(1). If only one file is specified, then the files compared are file1 (which must have a suffix of a supported compression format) and file1 from which the compression format suffix has been stripped. If two files are specified, then they are uncompressed if necessary and fed to cmp(1) or diff(1). The exit status from cmp(1) or diff(1) is preserved unless a decompression error occurs; then exit status is 2.

Die Namen lzcmp und lzdiff dienen der Abwärtskompatibilität zu den LZMA-Dienstprogrammen.

SIEHE AUCH

cmp(1), diff(1), xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), zdiff(1)

FEHLER

Die Meldungen der Programme cmp(1) oder diff(1) können auf temporäre Dateinamen verweisen anstatt auf die tatsächlich angegebenen Dateinamen.

2021-06-04 Tukaani