Skip to content

Instantly share code, notes, and snippets.

@dobsondev
Created May 14, 2014 16:46
Show Gist options
  • Save dobsondev/8a691b33ffb69aa5eaf4 to your computer and use it in GitHub Desktop.
Save dobsondev/8a691b33ffb69aa5eaf4 to your computer and use it in GitHub Desktop.
Show the differences between two directories.
diff <(cd dir1 ; ls -1 | sort) <(cd dir2 ; ls -1 | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment