memo

memo dayo.

空ディレクトリだけを探す

ディレクトリの一覧

find . -type d -empty


ディレクトリを削除

find . -type d -empty -exec rm -rf {} \;