有时我们需要递归删除空文件夹,网上找了一下,没有发现比较好的脚本,于是自己动手写了一个 脚本 #!/bin/bash # author: 十年后的卢哥哥(http://www.cnblogs.com/lurenjiashuo/) # des: delete empty directories recursive deleteempty() { :-.} -mindepth -maxdepth -type d | while read -r dir do if [[ -z "$(find &quo…