Linux shell编程(五)shell脚本常用函数和命令(11)find详解
shell脚本常用函数和命令(11)find详解find命令格式:find [-path……] -options [-print -exec -ok] (1)必选项:-options 常用的有下选项: -name: 按照名字查找 -prune: 使用这一选项可以使find命令不在当前指定的目录中查找 -user: 文件属主来查找 -group: 文件所属组来查找 -...