diff dir1 dir2 also works.
On Fri, Jan 16, 2009 at 9:31 AM, Hal Pomeranz <[email protected]> wrote: > Something like this should work (not tested, though): > > cd dir1 > for i in `find . -type f` > do > diff -c $i dir2/$i > done >DIFFS > > Put the appropriate directory names in place of "dir1" and "dir2" above. > > -- > Hal Pomeranz, Founder/CEO Deer Run Associates [email protected] > Network Connectivity and Security, Systems Management, Training > _______________________________________________ > EUGLUG mailing list > [email protected] > http://www.euglug.org/mailman/listinfo/euglug > _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
