ldd

Using python difflib to compare more than two files

Using python difflib to compare more than two files Question: I would like to get an overview over e.g. the ldd dependency list of multiple (3+) computers by comparing them with each other and highlighting the differences. For example, if I have a dict that looks as following: my_ldd_outputs = { 01:"<ldd_output>", 02:"<ldd_output>", … 09:"<ldd_output>", …

Total answers: 2