On Thu, 22 Mar 2018, Galen Seitz wrote:

You could brute force it using something like this:

find /usr/bin -type f -executable -print0 | xargs -0 -t ldd | grep mylibtofind > results.txt 2>&1

galen,

  This would probably work. Using grep on the local close of the SBo git
repository also works through a long pipeline. I'll use either hoorex or
sbbdep as they are designed to find slackbuilds.org dependencies.

Thanks for the idea,

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to