Comment 3 for bug 1415974

Revision history for this message
Ken Sharp (kennybobs) wrote :

Indeed the script shows that the directory's mtime is checked after the files have been removed:

DEXPR="-mtime +${TMPTIME} -ctime +${TMPTIME}"

find . -depth -xdev $DEXPR $EXCEPT -type d -empty -delete