NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Easier Bulk Diff? (Score:1)
diff -qr dir1 dir2
John.
--
Re: Easier Bulk Diff? (Score:2)
That helps. I can use it to get that command down to this:
That let's me ignore CVS directories and files which are in one and not the other. If I want to include the latter:
It doesn't quite restrict me to everything I want, but it's pretty close. Thanks!
Reply to This
Parent