dircmp [-ds] [-w n] dir1 dir2Example: Compare differences in common files between dir1 and dir2
dircmp -sd src/ ../../trunk/trunk/src/ | grep differentExample: Find files that are in dir2 and NOT dir1
diff -r src/ ../../trunk/trunk/src/ | grep "Only in ../../"
No comments:
Post a Comment