28 Jun
2022
28 Jun
'22
08:05
On 2022-06-27 11:23, Per Jessen wrote:
The easiest is just to run a diff -qrb /etc1 /etc2 - it'll give you too much of course, but it's easy to get rid of what isn't relevant.
I do the same. Sometimes I want to be able to see it all more graphically (read colors) so I make a patch and then use a tool like gitk or kompare to show the end result. From the top of my head. ex. diff -ruN testdir1/ testdir2/ > thepatch.patch && kompare thepatch.patch -- /bengan (from the sunny side on the beach)