Usage: /usr/bin/zdiff [OPTION]... FILE1 [FILE2]
Compare FILE1 to FILE2, using their uncompressed contents if they are
compressed. If FILE2 is omitted, compare FILE1 to the uncompressed
contents of FILE1.gz. Do comparisons like 'diff' does.
OPTIONs are the same as for 'diff'.
Report bugs to
Usage: /usr/bin/zdiff [OPTION]... FILE1 [FILE2]
Compare FILE1 to FILE2, using their uncompressed contents if they are
compressed. If FILE2 is omitted, compare FILE1 to the uncompressed
contents of FILE1.gz. Do comparisons like 'diff' does.
OPTIONs are the same as for 'diff'.
Report bugs to
ZDIFF(1) ZDIFF(1) 名前 zcmp, zdiff - 圧縮されたファイルを比較する 書式 zcmp [ cmp_options ] file1 [ file2 ] zdiff [ diff_options ] file1 [ file2 ] 説明 zcmp と zdiff は圧縮されたファイルに対し、それぞれ cmp と diff プログラ ムを呼び出すために使われる。指定されたすべてのオプションは cmp や diff に直接渡される。ファイルが 1 つしか指定されていない場合、比較されるファ イルは file1 と file1.gz を伸長したファイルである。 2 つのファイルが 指 定された場合、必要であれば伸長を行ってから、 cmp や diff に渡される。終 了状態は cmp や diff のものが採用される。 関連項目 cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1) バグ cmp や diff プログラムのメッセージは、指定されたファイル名ではなく、テ ンポラリのファイル名を参照する。 ZDIFF(1)
ZDIFF(1) ZDIFF(1) NAME zcmp, zdiff - compare compressed files SYNOPSIS zcmp [ cmp_options ] file1 [ file2 ] zdiff [ diff_options ] file1 [ file2 ] DESCRIPTION Zcmp and zdiff are used to invoke the cmp or the diff program on files compressed via gzip. All options specified are passed directly to cmp or diff. If only 1 file is specified, then the files compared are file1 and an uncompressed file1.gz. If two files are specified, then they are uncompressed if necessary and fed to cmp or diff. The exit status from cmp or diff is preserved. SEE ALSO cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1) BUGS Messages from the cmp or diff programs refer to temporary filenames instead of those specified. ZDIFF(1)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa