On Thu, Aug 09, 2007 at 09:49:27AM -0700, John N. Brahy wrote: > If I don't have ports installed, is there a way to do a search of all > the available package names to find one I'm looking for? > > > > Something like a pkg_grep...
I use alias pkg_search="echo ls | ftp -a \$PKG_PATH | sed 's/.*\ //g' \ | grep -i". -- James Turner BSD Group Consulting http://www.bsdgroup.org

