Does a port contain 'kdict'?

Matthew D. Fuller fullermd at over-yonder.net
Wed Feb 15 00:31:45 PST 2006


On Tue, Feb 14, 2006 at 09:29:50PM -0600 I heard the voice of
Craig Boston, and lo! it spake thus:
> 
> find /usr/ports -name 'pkg-plist' -exec grep -H kdict \{\} \;
> 
> Now I'm sure someone will post a much more efficient method
> using xargs or some such :)

find /usr/ports -depth 3 -name 'pkg-plist' -print | \
        xargs grep -H kdict

8-]


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the freebsd-ports mailing list