recursively compare dictrories and report which files are newer
Project description
rdifftime
Compare directories recursively and (for files which content differs) report which files are most recenly modified.
rdifftime uses md5 to compare content of files. Better then diff -qr.
$ ./rdifftime /tmp/dir1/ /tmp/dir2/
/tmp/dir1/x.txt > /tmp/dir2/x.txt
./dir1only.txt MISS /tmp/dir2/
./dir2only.txt MISS /tmp/dir1/
In this example x.txt differs, and /tmp/dir1/x.txt is newer (mtime is bigger). Files which exists in both directories and has same md5sum are not reported.
Use '-i TEMPLATE' to ignore specific files (full path relative to any of dir is used, not just filename). Example:
./rdifftime /tmp/dir1/ /tmp/dir2/ -i .svn/* ./dir1*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rdifftime-0.0.1-py3-none-any.whl.
File metadata
- Download URL: rdifftime-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7da0794aed9ec9afe8cb52c81092f5576c7bf576a6274adc6587b8a8a52c8119
|
|
| MD5 |
d62dada77440701104166b39b60b916a
|
|
| BLAKE2b-256 |
f5614165aec907464f2747d627716b26d87d30876101444e672bf2f43b25303f
|