#!/bin/bash
find $(find /Users/itsme-plain/sources/wince500 -name INC -type d) -type f | xargs grep $*
