TrumanWong

bzcmp

Compare files in two compressed packages

Supplementary instructions

bzcmp command The main function is to compare the files in two compressed packages without actually decompressing the .bz2 compressed package, eliminating the need to call the cmp command after decompression.

grammar

bzcmp(parameter)

Parameters

  • File 1: Specify the first .bz2 compressed package to be compared;
  • File 2: Specify the second .bz2 compressed package to be compared.