gpt4 book ai didi

linux - 使用 mtime 查找不起作用

转载 作者:太空狗 更新时间:2023-10-29 12:15:29 26 4
gpt4 key购买 nike

我在家里做了一个文件夹,我在里面摸了一个文件。现在我正在执行

find /home -mtime 1

但它没有找到任何东西。这正常吗?

最佳答案

你需要使用:

find /home -mtime -1

根据 man find:

-mtime n[smhdw]
If no units are specified, this primary evaluates to true if the difference between
the file last modification time and the time find was started, rounded up to the next
full 24-hour period, is n 24-hour periods.

If units are specified, this primary evaluates to true if the difference between the
file last modification time and the time find was started is exactly n units.

关于linux - 使用 mtime 查找不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26561983/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com