adding safeguards to not overwrite same name files
authorFred T. Hamster <fred@gruntose.com>
Wed, 2 Apr 2025 22:57:32 +0000 (18:57 -0400)
committerFred T. Hamster <fred@gruntose.com>
Wed, 2 Apr 2025 22:57:32 +0000 (18:57 -0400)
commitcb6f67fae16870babf99bc9bf0a8ce9a7f8735d2
treee3734e1c98981408bb4743b9d05fb63349c981c2
parent5a2de01ee2a5d22a11bffb993fbd83feeaf148bd
adding safeguards to not overwrite same name files

there was a possibility that a file like ~blah.xlsx could overwrite blah.xlsx, which is a huge issue.  don't want to scrap any active files like that, so now we are checking at different stages in the rename process to ensure there are at least no overwrites.
scripts/files/renlower.pl
scripts/files/replace_spaces_with_underscores.sh
scripts/files/spacem.sh