[K12OSN] Massive Rsyncing

Henry Hartley henryhartley at westat.com
Thu Apr 1 22:20:28 UTC 2004


>> -----Original Message-----
>> From: Jim Christiansen [mailto:christiansen_j at 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





More information about the K12OSN mailing list