doc/documentation/manual-pages/ja/man1/zdiff.1
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

47 lines
805 B
Groff

.\" $FreeBSD$
.TH ZDIFF 1
.SH 名称
zcmp, zdiff \- 圧縮されたファイルの比較を行なう
.SH 書式
.B zcmp
[ cmp_options ] file1
[ file2 ]
.br
.B zdiff
[ diff_options ] file1
[ file2 ]
.SH 解説
.I zcmp
.I zdiff
は、圧縮されたファイルに対して
.I cmp
.I diff
を実行します。
指定されたオプションはすべて
.I cmp
.I diff
に渡されます。
もしファイルが 1 つしか指定されなかった場合、
.I file1
.IR file1 ".gz"
を伸長したものとの間で diff による比較が行なわれます。
ファイルが 2 つ指定された場合は、(必要があれば) ファイルの伸長が行なわれて
.I cmp
.I diff
に渡されます。終了ステータスは、
.I cmp
.I diff
のものが採用されます。
.SH 関連項目
cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1)
.SH バグ
.I cmp
.I diff
は指定されたファイルの代わりに一時的なファイルを参照します。