xzdiff.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .\"
  2. .\" Original zdiff.1 for gzip: Jean-loup Gailly
  3. .\"
  4. .\" Modifications for XZ Utils: Lasse Collin
  5. .\" Andrew Dudman
  6. .\"
  7. .\" License: GNU GPLv2+
  8. .\"
  9. .\"*******************************************************************
  10. .\"
  11. .\" This file was generated with po4a. Translate the source file.
  12. .\"
  13. .\"*******************************************************************
  14. .TH XZDIFF 1 2021\-06\-04 Tukaani "Utilitaires XZ"
  15. .SH NOM
  16. xzcmp, xzdiff, lzcmp, lzdiff \- Comparer des fichiers compressés.
  17. .SH SYNOPSIS
  18. \fBxzcmp\fP [\fIcmp_options\fP] \fIfichier1\fP [\fIfichier2\fP]
  19. .br
  20. \fBxzdiff\fP [\fIdiff_options\fP] \fIfichier1\fP [\fIfichier2\fP]
  21. .br
  22. \fBlzcmp\fP [\fIcmp_options\fP] \fIfichier1\fP [\fIfichier2\fP]
  23. .br
  24. \fBlzdiff\fP [\fIdiff_options\fP] \fIfichier1\fP [\fIfichier2\fP]
  25. .SH DESCRIPTION
  26. \fBxzcmp\fP and \fBxzdiff\fP invoke \fBcmp\fP(1) or \fBdiff\fP(1) on files compressed
  27. with \fBxz\fP(1), \fBlzma\fP(1), \fBgzip\fP(1), \fBbzip2\fP(1), \fBlzop\fP(1), or
  28. \fBzstd\fP(1). All options specified are passed directly to \fBcmp\fP(1) or
  29. \fBdiff\fP(1). If only one file is specified, then the files compared are
  30. \fIfile1\fP (which must have a suffix of a supported compression format) and
  31. \fIfile1\fP from which the compression format suffix has been stripped. If two
  32. files are specified, then they are uncompressed if necessary and fed to
  33. \fBcmp\fP(1) or \fBdiff\fP(1). The exit status from \fBcmp\fP(1) or \fBdiff\fP(1) is
  34. preserved unless a decompression error occurs; then exit status is 2.
  35. .PP
  36. Les noms \fBlzcmp\fP et \fBlzdiff\fP sont fournis pour des besoins de
  37. rétrocompatibilité avec les Utilitaires LZMA.
  38. .SH "VOIR AUSSI"
  39. \fBcmp\fP(1), \fBdiff\fP(1), \fBxz\fP(1), \fBgzip\fP(1), \fBbzip2\fP(1), \fBlzop\fP(1),
  40. \fBzstd\fP(1), \fBzdiff\fP(1)
  41. .SH BOGUES
  42. Les messages des programmes \fBcmp\fP(1) ou \fBdiff\fP(1) se réfèrent à des noms
  43. de fichiers temporaires et non à ceux spécifiés.