Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Error: -exec [args...] + isn't supported yet. Only -exec [args...] ; #366

Open
sylvestre opened this issue May 4, 2024 · 1 comment

Comments

@sylvestre
Copy link
Contributor

Error: -exec [args...] + isn't supported yet. Only -exec [args...] ;
example:
find . ! -newermt 'jan 01, 2000' -exec touch -d@1714807765 {} +

@hanbings
Copy link
Collaborator

Looks like what is mentioned at #6.
In addition to exec, it is also necessary to support the + syntax of execdir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants