Added current scripts

This commit is contained in:
Allen
2023-07-18 20:55:12 -05:00
parent bb8cac305b
commit 632a408c31
16 changed files with 216 additions and 0 deletions

8
WindowsRenameFix.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
echo read the comments in this file see a fix
# for f in ./*'('*')'*; do mv -i "$f" "${f/ (*)/}"; done
# for f in ./*/*'('*')'*; do mv -i "$f" "${f/ (*)/}"; done
# for f in ./*/*'('*')'*; do mv -i "$f" "${f/ (*)/}"; done
# etc, for the directory you're in that you want to fix.
# I know this is a garbage implementation, but not the best at bash scripting, so don't know how to recurse through each individual directory