Find non-empty subdirectories By Nekkox 12:23 PM No comments find . -mindepth 1 -maxdepth 1 -not -empty -type d source: https://stackoverflow.com/questions/815668/how-to-list-non-empty-subdirectories-on-linux#comment625237_815668 Read More Share This: Facebook Twitter Google+ Stumble Digg