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

Re: jessie: `evince`, `atril`, `okular` unable to open PDFs; "libtiff.so.4: cannot open shared object file: No such file or directory"




Martin Read <zen75502@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.


Reply to: