[vox-tech] trouble running recursive grep

eric nelson vox-tech@lists.lugod.org
Sun, 10 Mar 2002 10:56:29 -0800


Why doesn't this work:

(as root)
cd /usr/src/linux/include
grep -r pci_dev *.h


I get the error
grep: *.h No such file or directory

In general, what is the best way to search system include files for specific 
strings?