cleans directories with different hierarchies
authorFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 18:08:07 +0000 (14:08 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 18:08:07 +0000 (14:08 -0400)
commitb8b4c9b5b13158b0e0846297b080bd37c51ddd10
tree5ff34954b9685bbffa3fd8e006a17064803a4a9b
parente0b9257ced4b969542d8826bac1763e32f7bdbe1
cleans directories with different hierarchies

this new tool compare_whacker is super handy.
i have a newer scheme for managing my digital pictures and an older scheme.
the two schemes are incompatible (old one used the camera name as the main index
and the new scheme just uses the data from the picture metadata).
the compare whacker was written so i could clean up a redundant copy of my pictures
that were stored in the old scheme.  i needed to find all the picture names that were
the same across the two.
NOTE: some pictures re-use the filenames on the pictures, and this creates havoc with
this script.  use more precise hierarchies if you have lots of identical file names!
scripts/files/compare_whacker.sh [new file with mode: 0644]