
June 16th, 2006, 09:37 PM
|
 |
Not a clue what to put ...
|
|
Join Date: Jan 2006
Location: in front of this keyboard
|
|
|
If they are imbedded in the file name then you should be alright, but to be more certain put the source name in quotes - "", if you are using variables, or ''.
If you are 'drilling' down through sub-dirs as well, tehn I assume you are doing some form of find, so a find <basedir> -type f -exec <command> "{}" \; will help - replacing <command> with what you want to do and <basedir> form where you want the find to start (. will be current directory). As you say you are renaming/copying I presume you have a plan on how to rename and copy? A bit more info on that would enable better suggestions to be voiced.
__________________
According to Sod's Law, buttered toast lands butter side down, when dropped.
Per nature, cats always land on their feet.
So, what happens when you strap buttered toast to the back of a cat and throw it out a window?.
|