uutils / findutils

Rust implementation of findutils
MIT License
280 stars 35 forks source link

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

Open sylvestre opened 2 months ago

sylvestre commented 2 months ago

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

hanbings commented 1 month ago

Looks like what is mentioned at https://github.com/uutils/findutils/issues/6. In addition to exec, it is also necessary to support the + syntax of execdir.