Skip to content

Instantly share code, notes, and snippets.

@miloskroulik
Last active August 29, 2015 14:16
Show Gist options
  • Save miloskroulik/ec68be2023e308ca9f96 to your computer and use it in GitHub Desktop.
Save miloskroulik/ec68be2023e308ca9f96 to your computer and use it in GitHub Desktop.
Compare 2 directory trees #unix #linux
diff <(cd dir1 && find | sort) <(cd dir2 && find | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment