我找到了该命令,但它会显示最近x天查看过的文件:
$find /home/you -iname "*.pdf" -atime -60 -type -f
find /home/you -iname "*.pdf" -atime +60 -type f