How about something like

find $SRC -name '*.c' -exec diff $SRC/{} $TGT \;

Assuming you want to diff all .c files in $SRC with corresponding files
in $TGT

- Murali

_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to