[plug] For those backing up Other OS boxes or running a samba share

Craig Ringer craig at postnewspapers.com.au
Mon Oct 18 18:24:04 WST 2004


Tim White wrote:

> find -name Thumbs.db -print0 | xargs -0 rm

you should also be able to simply:

find -name Thumbs.db -exec rm -f "{}" \;

--
Craig Ringer




More information about the plug mailing list