Categories Uncategorized Linux 删除目录下所有空文件夹 Post author By jianghan Post date November 25, 2018 No Comments on Linux 删除目录下所有空文件夹 找到所有的空文件夹 find -type d -empty 找到空文件夹并删除 find -type d -empty | xargs -n 1 rmdir Tags Linux ← LANMP 站点添加 SSL 证书 → 优酷分享支持 HTTPS , 在HTTPS 网页中引入HTTP资源, Mixed Content? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website