On Mon, 2007-10-15 at 10:43 +0200, Fabian Groffen wrote: > On 15-10-2007 09:35:35 +0100, Roy Marples wrote: > > find "${D}" -type f -name *${v}.*pm -delete > > Looks like you rely on your shell here to assume that you meant > "*${v}.*pm" because there is nothing that matches that pattern by > coincidence. If it does, your find probably doesn't do what you expect > it to.
It was like that in the original code snippet, I assumed that is what the author intended? Anyway, you're probably right. Thanks Roy -- [EMAIL PROTECTED] mailing list