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

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



>  Question 2: what would be the command to recursively delete these
>  through a whole directory tree ? I tried rm -r Icon?
>

find /home/sites/ -name Icon | rm -f

Hope that helps,

Fabrice Prémel.