Linux查找文件并对结果执行命令 发表于2014 年 1 月 27 日由ares find $dir -type f -exec chmod 0644 {} \; find $dir -type d -exec chmod 0755 {} \;