Current Path : /proc/3/task/3/root/proc/2/cwd/proc/self/root/usr/lib/rpm/redhat/ |
Current File : //proc/3/task/3/root/proc/2/cwd/proc/self/root/usr/lib/rpm/redhat/find-provides.libtool |
#!/bin/sh while read possible ; do case "$possible" in *.la) if grep -iq '^# Generated by ltmain.sh' "$possible" 2> /dev/null ; then echo "libtool($possible)" fi ;; esac done