I've a shellscript, that I run from an NSTask, that I build dynamically. Everything works fine besides one thing:
If the filename contains a blank, it's ignored by the find-command. I use it like that: 'find -iname *.xxx'.
If the filename looks something like 'aaa bbb.xxx', than it's not found.
Any help appreciated.
Regards, Marcus