Tagged Questions
1
vote
3answers
337 views
Confirm that two filesystems are identical, ignoring special files
/media/A and /media/B should be identical, but I want to confirm before deleting one.
Duplicate file finders don't work, because they'll find two copies of the same file within B, for instance. I ...