Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Oct 2005 20:29:33 -0700
From:      garys@opusnet.com (Gary W. Swearingen)
To:        freebsd-questions@freebsd.org
Cc:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Subject:   Re: Periodic Weekly Report
Message-ID:  <pszmpszjdu.mps@mail.opusnet.com>
In-Reply-To: <20051001225552.GA1192@flame.pc> (Giorgos Keramidas's message of "Sun, 2 Oct 2005 01:55:52 %2B0300")
References:  <20051001061241.E225.GERARD@seibercom.net> <20051001105119.GA2921@flame.pc> <20051001182239.GA19925@ip.net.ua> <20051001225552.GA1192@flame.pc>

next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas <keramida@ceid.upatras.gr> writes:

> # flame:/usr/src$ find . -type f | egrep -e '\.(man|[0-9]+)$' | xargs grep '\.Ft[[:space:]]*$'

A Bourne script which egreps installed manual directories:

find $(manpath|sed s/:/\ /g) | xargs grep -EZH "$@"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?pszmpszjdu.mps>