How to compare two tarball's content

后端 未结 11 943
北海茫月
北海茫月 2021-01-31 15:18

I want to tell whether two tarball files contain identical files, in terms of file name and file content, not including meta-data like date, user, group.

However, There

11条回答
  •  耶瑟儿~
    2021-01-31 16:13

    There is tool called archdiff. It is basically a perl script that can look into the archives.

    Takes two archives, or an archive and a directory and shows a summary of the
    differences between them.
    

提交回复
热议问题