📅  最后修改于: 2022-03-11 14:50:14.943000             🧑  作者: Mango
find . -type d -empty # use this to find the empty files
find . -type d -empty -delete #use this to delete all empty dirctories