xref: /netbsd-src/external/bsd/am-utils/dist/m4/amdgrep (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1*a53f50b9Schristos#!/bin/sh
2*a53f50b9Schristosexec egrep -n "$*" \
3*a53f50b9Schristos    [a-z]*/*.[hcyl] \
4*a53f50b9Schristos    conf/*/*.[hc] \
5*a53f50b9Schristos    Makefile.am \
6*a53f50b9Schristos    [a-z]*/Makefile.am \
7*a53f50b9Schristos    m4/macros/*.m4
8