gpt4 book ai didi

linux - 搜索 x 天未访问的文件

转载 作者:IT王子 更新时间:2023-10-29 00:12:30 26 4
gpt4 key购买 nike

我如何在 Linux 中找到 X 天访问的文件?

我找到了那个命令,但它会显示最近 x 天查看过的文件:

$ find /home/you -iname "*.pdf" -atime -60 -type -f

最佳答案

使用 -atime +60 查看最近 60 天内未访问过的文件:

find /home/you -iname "*.pdf" -atime +60 -type f

关于linux - 搜索 x 天未访问的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15765640/

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