要找到6小时以上的文件,可以使用以下shell语句:
find /opt/weblogs -type f -mmin +360
这将在/opt/weblogs目录下查找修改时间超过360分钟(即6小时)的文件,并返回结果。
/opt/weblogs
shell