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?