Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在运行 Snow Leopard,并且在我的 bash 脚本中遇到了障碍。其中一部分是使用“查找”命令,但显然 OS X 不支持“-daystart”标志。
有谁知道解决方法或替代方法?
-daystart是 BSD find 不支持的 GNU 扩展。希望您也可以安装 GNU 版本。
-daystart
我建议您安装Homebrew或MacPorts。然后,您可以使用brew install findutils或安装 GNU find port install findutils。
brew install findutils
port install findutils
它将添加gfind,它支持-daystart.
gfind