find=/xxxx/find xargs=/xxxx/xargs cd `/xxxx/mhpath +` || exit $find `$find . -type d -name DELETE -print` -type f -mtime +4 -print | \ $xargs rm -f