|
shell renaming script
I have looked over dozens of scripts for mass file renaming in the past 16 hours and all of them have one major flaw
They can't handle files with spaces in them like so:
"this is a picture.jpg"
I can't seem to get around this, I've tried using ls, ls | grep, dir, creating a buffer, enclosing it in quotes, and even sed still treats it as four different files.
someone please help me
thank you
|