[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: [K12OSN] Massive Rsyncing
- From: Henry Hartley <henryhartley westat com>
- To: "'jim linux ca'" <jim linux ca>, "'Support list for opensource software in schools.'" <k12osn redhat com>
- Cc:
- Subject: RE: [K12OSN] Massive Rsyncing
- Date: Thu, 1 Apr 2004 17:20:28 -0500
>> -----Original Message-----
>> From: Jim Christiansen [mailto:christiansen_j hotmail com]
>> Sent: Thursday, April 01, 2004 5:00 PM
>>
>> Does anyone have a script that can find all of the .mozilla
>> Cache folders and rm -rf them from /home?
How about something like this:
WARNING, this has not been tested. I accept no responsibility if it deletes
all files on your drive.
find / -regex .*\.mozilla.*Cache.* -exec rm '-fR' '{}' ';'
--
Henry Hartley
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]