1. mac下如何批量删除空文件夹
1、打开“终端terminal”
输入find /Users/Chang/Downloads/test123 -type d -empty|xargs -n 1 rm -rf 也可