空のディレクトリを探して削除するコマンド
code:sh
find . -empty -type d -delete
https://askubuntu.com/questions/73709/how-do-i-delete-all-empty-directories-in-a-directory-from-the-command-line
AIエージェントが遊び散らかしたあとの掃除に便利