[bug #62268] [feature request] -quit N to make find exit immediately with a certain exit code

2022-04-08 Thread Tavian Barnes
Follow-up Comment #1, bug #62268 (project findutils): NetBSD find supports this as -exit [N] (https://man.netbsd.org/find.1) The difference with -quit is that -exit suppresses the default -print, which is often what you want if you're just checking the exit code. ___

[bug #62268] [feature request] -quit N to make find exit immediately with a certain exit code

2022-04-08 Thread Martin von Wittich
URL: Summary: [feature request] -quit N to make find exit immediately with a certain exit code Project: findutils Submitted by: martinvonwittich Submitted on: Fri 08 Apr 2022 01:45:11 PM UTC

[bug #62259] find(1) manpage prune example error

2022-04-08 Thread raf
Follow-up Comment #2, bug #62259 (project findutils): Another (unrelated) problem with this example is that it is supposed to be "an efficient search for the projects' roots", but it's not efficient (apart from the pruning). It invokes up to three test processes for every candidate file. It only n