Tagged Questions
6
votes
3answers
2k views
Is there MD5 (or similar) to a folder? How to verify if two folders are equal?
I'd like to find an md5sum (or similar calculation) of a folder without compressing it into an archive.
For example, if in the folder MyFolder we have the files 1.txt, 2.txt and 3.txt, containing:
...
1
vote
3answers
146 views
Tool to remove all non-package files on a system
If you want to keep for example a build or server system clean, it is very useful to be able to check that all files are present and accounted for by the package metadata. At work we have a very nice ...