This ksh command line:
for y in ${PATH//:/ } ; do for x in "$y"/* ; do if [[ -r $x ]] ; then strings <
$x | grep -sq "/usr/local" && print `basename $x` ; fi ; done ; done | sort -u
| wc -lproduces 123 hits on my system. The same command, but using /opt/local, produces 834. Only 28 commands are in both lists. Greg Shenaut
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
