Linux Commands Examples

A great documentation place for Linux commands

bzcmp

, bzdiff compare bzip2 compressed files


see also : bzdiff - cmp - diff - bzmore - bzless - bzgrep - bzip2

Synopsis

bzcmp [ cmp_options ] file1 [ file2 ]
bzdiff
[ diff_options ] file1 [ file2 ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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.


bugs

Messages from the cmp or diff programs refer to temporary filenames instead of those specified.


see also

cmp , diff , bzmore , bzless , bzgrep , bzip2

How can this site be more helpful to YOU ?


give  feedback