Title sums it up. Can't figure out why this is going on, or more accurately how to fix it. Script is just renaming files. There's a system call in it: (system("cp $oldname renamed/$newname"); Generally it works just fine. But some of the oldfilenames have a space in them (e.g. 77524812_M13_F_H6 _.ab1) and the cp command gets me this in response: usage: cp [-R
src1 ... srcN directory
As if I didn't know!
Any ideas how to fix this?