[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Weird files created on share by Apple computers
- Subject: Re: [cobalt-users] Weird files created on share by Apple computers
- From: Fabrice Prémel <fabrice@xxxxxxxxxx>
- Date: Mon Oct 16 12:23:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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.