> > Is there a way, with pkg, to list all installed packages belonging to a > > particular category, such as www?
> > I know > > pkg info -a > > lists all installed packages, > > but I want to list all packages from a particular category, such as www, > > databases, security, lang or the like. > pkg info -g "security/*" > Best regards, > Bapt That's the trick I couldn't find readily, it works! Thanks for the tip! Tom _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
