Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created November 16, 2015 15:27
Show Gist options
  • Save jesusgoku/11346d5cdbbac7241f99 to your computer and use it in GitHub Desktop.
Save jesusgoku/11346d5cdbbac7241f99 to your computer and use it in GitHub Desktop.
Compare Diffs in to folders and files
# Compare files in two folders
diff -rq folder1 folder2
# Compara diff files in two folders
diff -w folder1 folder2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment