Looks like a control character snuck in.
Let's try this again:

find . -type f -iname \*.target -exec rm -rf {} \;
find . -type f -iname \*.obj -exec rm -rf {} \;

Reply via email to