K 10 svn:author V 5 peter K 8 svn:date V 27 2001-01-23T11:16:50.000000Z K 7 svn:log V 233 Add the -empty flag, from OpenBSD. It returns true if the directory is empty. There doesn't appear to be another easy way to do this. mobile# mkdir foo mobile# mkdir foo/bar mobile# mkdir bar mobile# find . -empty ./foo/bar ./bar END