我有一个目录 /home/history/customer
find /home/history/customer -type f -mtime +90 -print
没有超过 90 天的文件。但此命令不会停止运行,并且不会在终端中返回任何内容。
如果我将命令更改为 60 天 - 它会为我返回结果。
有任何想法吗?
我有一个目录 /home/history/customer
find /home/history/customer -type f -mtime +90 -print
没有超过 90 天的文件。但此命令不会停止运行,并且不会在终端中返回任何内容。
如果我将命令更改为 60 天 - 它会为我返回结果。
有任何想法吗?