Martin Read <zen75...@zen.co.uk> writes:
xargs would receive that list, separate it at the NULs, and pass
the resulting strings as command line arguments to grep (across
multiple executions if the list is long enough to blow out the
limit on command line size)
grep would then search each of the files identified on its
command line for the regexp "libtiff.so.4" and report any
matches, identifying any libraries which *refer to*
libtiff.so.4.
Okay, sorry, i misunderstood what `xargs -0` was doing - my
apologies. Thanks for explaining!
Alexis.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87bnhe42hf....@gmail.com