我有一组包含n
许多文件的目录,我需要比较每个文件(在一个目录中)并找出它们是否有任何区别。我试过了filecmp
,difflib
但它们只支持两个文件。
我还能做些什么来比较/区分文件吗?
此文件包含主机名
--------------------------------
Example :- Dir -> Server.1
|-> file1
|-> file2
|-> file3
file1 <- host1
host2
host3
file2 <- host1
host2
host3
host4
file3 <- host1
host2
host3