On Mon, May 21, 2001 at 07:09:43PM -0700, Karsten M. Self wrote: > on Mon, May 21, 2001 at 05:23:37PM -0700, Mike Fedyk ([EMAIL PROTECTED]) > wrote: > > Hi, > > > > I'm writing a script that will clean up netatalk shared files from their > > flaws from MacOS. > > > > I have come accross a little snag though. > > > > ls: > > ? Maria Rivier 1:2f00.doc > > find . -name \*Maria\* -exec mv {} nice-name \; > Ahh, here's the problem: mv doesn't like the source filename, and I can move with *Maria* though.
It doesn't really matter anymore anyway, since I already moved them manually. Thanks, Mike