#!/bin/sh for f in `find . -name '*.c' -print` do echo ================== $f `dirname $0`/instrument.postcheck.file $f done