find option -exec command {} \; {} is the file
find . -type f -exec grep -H Try {} \; find . -type f -exec sh -c 'echo "{}"; diff "{}" ../src196/"{}" ' \; find . -name "*.c" -exec diff -q {} ../src2/{} \;