Examples (6)
Start `meld`
Compare 2 files
meld path/to/file_1 path/to/file_2Compare 2 directories
meld path/to/directory_1 path/to/directory_2Compare 3 files
meld path/to/file_1 path/to/file_2 path/to/file_3Open a comparison as a new tab in a pre-existing meld instance
meld --newtab path/to/file_1 path/to/file_2Compare multiple sets of files
meld --diff path/to/file_1 path/to/file_2 --diff path/to/file_3 path/to/file_4made by @shridhargupta | data from tldr-pages