Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • mtree is definitely your friend for this sort of task. Commented Feb 25, 2019 at 9:14
  • @JdeBP mtree will only show me differences in directory structures, not the actual differences in the files. Commented Feb 25, 2019 at 9:16
  • 1
    mtree compares digests, and will thus show one the files that differ in contents. There's even a check-what-files-have-changed example in its manual. Commented Feb 25, 2019 at 9:23
  • @JdeBP Yes, I agree that this is a useful tool, but again, it won't show the differences in the files. It may well be that I don't know how to use it correctly. In that case I'd really appreciate if you submitted an answer. I know that files are different, but I also need to know in what way they are different. Commented Feb 25, 2019 at 9:31