> Is there a fast way to view any/all ports in 
> /usr/local/{include,share,lib} that aren't owned by any port?

>The following dirty hack probably works:

 >$ for f in `find /usr/local/lib -type f`; do \
  > pkg which $f | grep 'not found'; done
>Replace `pkg which' by pkg_info whatever call if you're not using pkg.

I tried the following line off the command prompt and it is giving me
errors:

for f in `find /usr/local/lib -type f`; do pkg_info $f | grep 'not found';
done

/usr/local/bin/for: Argument list too long.
Exit 1
f: Undefined variable.

I'm in tcsh


_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to