Something I can use on my /tmp files on linux is a find command:
find /tmp -size 0 -delete to delete zero-len-files or empty-directories in /tmp. Unfortunately, due to directories really not being in the user disk data space, but in the MFT(zone) (I think), the size comes back as zero ('0') for directories. Would it be possible (if not problematic) for the cygwin emulation layer to return some non-zero value if the directory has actual entries in it (ignoring structural values like "." and "..")? Maybe return as 'size' either a dummy number proportional to #entries (like 10*#entries), or something like summing up actual number (+1) of characters in the file list? Would that be difficult to do, or add? Thanks much, -linda -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple