bash 3.2.25 版的“find”

bash 3.2.25 版的“find”

我想在 find 命令中使用一些时间参数,但我不断收到“daystart”和“newermt”的错误。

 find . -type f -newermt "today 7:00:00" ! -newermt "today 17:00:00"

我运行 man find top 来查看如何正确使用参数,但手册页上没有这些选项。所以我想我需要更新我的 find。但是我如何找出我正在运行的 find 版本?当我在 google 搜索页面上查找 bash find 的版本时,我只能找到查找当前 bash 版本的方法,而不是 find 版本。

相关内容