dockers

 

find . -name "*" -type f -size 0c|xargs -n 1 rm -f

find -type d -empty|xargs -n 1 rm -rf

 

分类:

技术点:

相关文章: