grep-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DRAFT: PROPOSAL: Add option 'piped-list' to read file list from stdi


From: Carlo Arenas
Subject: Re: DRAFT: PROPOSAL: Add option 'piped-list' to read file list from stdin
Date: Tue, 26 Apr 2022 08:27:50 -0700

On Tue, Apr 26, 2022 at 8:01 AM José Bollo <jobol@nonadev.net> wrote:
> On Tue, 26 Apr 2022 08:32:30 -0600
> arnold@skeeve.com wrote:
>
> > Just use xargs .... :-)
>
> hum? how?

preferably with the -0 option to match a -print0 in your find command so
it doesn't break because of files with spaces.

FWIW pcre2grep provides a --file-list parameter that does this.

Carlo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]