Giorgos Keramidas <[EMAIL PROTECTED]> 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 "$@" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"