$ cat ~/bin/wsdkinc #!/bin/bash INC=`echo $Include` IFS=';' for x in $INC ; do DIR=`cygpath $x` grep $1 $DIR/*.h done