[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[3]: [cobalt-users] Weird files created on share by Apple computers



>"find /home/groups/ -name Icon?" does find the whole list (if I use
>"Icon" only it doesn't find it... when you do a dir, the file shows 
>as
>"Icon\r", if you do a ls -la it shows as "Icon?").
>
>But "find /home/groups/ -name Icon? | rm -f" returns a "broken 
pipe".
>Also, if I do a "rm -f /home/groups/folder/Icon?" , the file is
>removed... I am suspecting the ? causes the broken pipe...
>

Seems so.

Try : find /home/groups/ -name  'Icon*' | rm -f.

If it doesn't work, send the ASCII code of the '?', so that I can 
take a look on my box (don't have a mac here).

Hope that helps,

Fabrice Prémel.