find mtime参数+号,-号,不带符号的用法 注意删除要精确匹配类型或者文件名,不能删除要查找的目录路径 find . -mtime +0 -type f -name "oms*" | xargs rm -f 删除24小时以前 oms格式的文件