Added current scripts
This commit is contained in:
8
WindowsRenameFix.sh
Executable file
8
WindowsRenameFix.sh
Executable 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
|
Reference in New Issue
Block a user