rmdir

recursively delete empty directories


Keywords
rmdir, python
License
Unlicense
Install
pip install rmdir==2020.12.3

Documentation

Installation

$ [sudo] pip install rmdir

Examples

$ find . -depth -type d -exec rmdir {} \; 2>/dev/null
>>> import rmdir
>>> rmdir.rmdir(".")

readme42.com