From aa72f9d97876fac89a67ecb188cd0f0af45a4eb0 Mon Sep 17 00:00:00 2001 From: Lee Ockert Date: Mon, 23 Oct 2023 12:14:06 -0400 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5db9aa..81f679f 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,7 @@ ______________________________________________________________________________ --execute Actually remove and link duplicate files. By default, this 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. + +dirdedupe example