Thus spake Peter Leftwich ([EMAIL PROTECTED]):
> But there were two issues -- I had to escape the semicolon with a "\" --
> does this ever cause problems for find command lines? Second, this found
No, its a requirement to ensure the shell ignores the character.
> only *.jpg files and left behind *.JPG files so how do you make find be
> case-insensitive? -exec ThankYouScript.sh {} \;
Use -iname instead of -name.
Regards,
Nick
--
"We demand rigidly defined areas of doubt and uncertainty."
-- Douglas Adams
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message