28 May 2016 ... Remove Empty Directories won't save much disk space, and there's the distinct possibility that it might break some programs. (Just because a ...
15 Apr 2013 ... Download Remove Empty Directories for free. RED searches and deletes empty directories recursively below a given start folder and shows ...
You can call rmdir on every directory, since rmdir will only delete a directory if it is empty: find "$HOME" -type d -exec rmdir {} + 2>/dev/null. If you also ...