In article <E14ExTI-0001As-00 at hunte.bigred.inka.de>, Olaf Titz <olaf at bigred.inka.de> wrote; } > - find . -name 'inpaths.*' -mtime +$keep -print | xargs -r rm } > + find . -name 'inpaths.*' -mtime +$keep -exec rm {} \; } } How standard is xargs anyway? I think most unix boxes have xargs but may not have '-r'. -- Katsuhiro Kondou