remove all empty folders bash recursively code example Example: remove empty folders linux find . -type d -empty -print -delete