TrumanWong

bzdiff

Directly compare the differences between files in two .bz2 compressed packages

Supplementary instructions

bzdiff command is used to directly compare the differences between files in two ".bz2" compressed packages, eliminating the need to decompress and then call the diff command.

grammar

bzdiff(parameter)

Parameters

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