#!/bin/sh p grep -n "$*" $(find . -name '*.c' -or -name '*.h' | sed s,./,,)