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

Bernhard Voelker <[email protected]>
Newsgroups gmane.comp.gnu.findutils.bugs
Message-ID <[email protected]>
Follow-up Comment #7, bug #60383 (project findutils):

@James (#comment3): thanks for listing those restrictions; I also thought
about them in this way.

Especially no. 1 (the seek position in the file) would maybe be tricky to to
ensure.  But I think it's an extreme corner case to continue processing after
find; e.g. count the entries in the list after 'find' has found e.g. the first
file younger than 10 days and quits:


cat file \
  | { find -files0-from=- -mtime -10 -quit; \
      wc --files0-from=- -l; }


I'll start working on a patch - unless someone else already has something to
show.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60383>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.