Skip to content

Instantly share code, notes, and snippets.

@bluefuton
Created December 15, 2011 10:54
Show Gist options
  • Select an option

  • Save bluefuton/1480694 to your computer and use it in GitHub Desktop.

Select an option

Save bluefuton/1480694 to your computer and use it in GitHub Desktop.

Revisions

  1. bluefuton revised this gist Dec 15, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original 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
  2. bluefuton revised this gist Dec 15, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    diff -a -q -r -x '*.svn*' -x .DS_Store dir1 dir2
    diff -a -q -r -x *.svn* -x .DS_Store dir1 dir2
  3. bluefuton created this gist Dec 15, 2011.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    diff -a -q -r -x '*.svn*' -x .DS_Store dir1 dir2