Periodic Weekly Report

Gary W. Swearingen garys at opusnet.com
Sat Oct 1 20:26:36 PDT 2005


Giorgos Keramidas <keramida at 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 "$@"



More information about the freebsd-questions mailing list