Created
December 15, 2011 10:54
-
-
Save bluefuton/1480694 to your computer and use it in GitHub Desktop.
Revisions
-
bluefuton revised this gist
Dec 15, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ # Compare the contents of dir1 with dir2 (excluding anything in .svn folders and .DS_Store files) diff -a -q -r -x *.svn* -x .DS_Store dir1 dir2 -
bluefuton revised this gist
Dec 15, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ diff -a -q -r -x *.svn* -x .DS_Store dir1 dir2 -
bluefuton created this gist
Dec 15, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ diff -a -q -r -x '*.svn*' -x .DS_Store dir1 dir2