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

RE: [K12OSN] Massive Rsyncing



>> -----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]