Usage: bzdiff [diff_options] file [file]
Usage: bzdiff [diff_options] file [file]
BZDIFF(1) BZDIFF(1) 名前 bzcmp, bzdiff - bzip2 圧縮されたファイルを比較する 書式 bzcmp [ cmp_options ] file1 [ file2 ] bzdiff [ diff_options ] file1 [ file2 ] 説明 bzcmp と bzdiff は bzip2 圧縮されたファイルに対し、それぞれ cmp と diff プログラムを呼び出すために使われる。指定されたすべてのオプションは cmp や diff に直接渡される。ファイルが 1 つしか指定されていない場合、比較さ れるファイルは file1 と file1.bz2 を伸長したファイルである。 2 つのファ イルが指定された場合、必要であれば伸長を行ってから、 cmp や diff に渡さ れる。終了状態は cmp や diff のものが採用される。 関連項目 cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1) バグ cmp や diff プログラムのメッセージは、指定されたファイル名ではなく、 テ ンポラリのファイル名を参照する。 BZDIFF(1)
BZDIFF(1) BZDIFF(1) NAME bzcmp, bzdiff - compare bzip2 compressed files SYNOPSIS bzcmp [ cmp_options ] file1 [ file2 ] bzdiff [ diff_options ] file1 [ file2 ] DESCRIPTION Bzcmp and bzdiff are used to invoke the cmp or the diff program on bzip2 compressed files. 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.bz2. 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), bzmore(1), bzless(1), bzgrep(1), bzip2(1) BUGS Messages from the cmp or diff programs refer to temporary filenames instead of those specified. BZDIFF(1)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa