Skip to content

Instantly share code, notes, and snippets.

@narthur
Last active January 26, 2016 15:32
Show Gist options
  • Save narthur/d27afb2992543133271a to your computer and use it in GitHub Desktop.
Save narthur/d27afb2992543133271a to your computer and use it in GitHub Desktop.
Compare two directories recursively
# Source: http://www.unixtutorial.org/2008/06/how-to-compare-directories-in-unix/
diff --recursive --brief /tmp/dir1 /tmp/dir2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment