Added dirdedupe.sh example to README

Added a screenshot of a terminal session using dirdedupe.sh to
    hard-link files while preserving the atime/mtime of the enclosing
    directory of the newly-linked file.
This commit is contained in:
Lee Ockert
2023-10-23 12:14:06 -04:00
parent 717c700fac
commit aa72f9d978

View File

@ -101,3 +101,7 @@ ______________________________________________________________________________
--execute Actually remove and link duplicate files. By default, this --execute Actually remove and link duplicate files. By default, this
program runs in test mode. program runs in test mode.
In the example below, you can see that running `dirdedupe.sh` results in the files being linked, while preserving the date and time stamps of the enclosing directories.
<img width="761" alt="dirdedupe example" src="https://github.com/torstenvl/tmutils/assets/19603155/f5a9166a-2058-4eb7-ab30-0ac64b6bdfbd">