[bug #60383] [feature-request] let find read files from stdin or file.

2021-12-04 Thread Stephane Chazelas
Follow-up Comment #18, bug #60383 (project findutils): > - cmd | find -files0-from - is potentially dangerous if cmd ends up being aborted for instance because it reaches some resource limits. For instance it was going to output /tmp/x/foo\0/tmp/x/bar\0 but got aborted just after it wrote /tmp/x/

[bug #60383] [feature-request] let find read files from stdin or file.

2021-12-04 Thread Stephane Chazelas
Follow-up Comment #17, bug #60383 (project findutils): > it seems just to ensure that the next argv[i] is treated as a starting point > (regardless whether it looks like an option or not). > Furthermore, -f seems to change the handling of the '--' argument. > > This seems to be a solution for the