Skip to content

Instantly share code, notes, and snippets.

@scodx
Created April 5, 2018 04:20
Show Gist options
  • Select an option

  • Save scodx/f8dcec0b36b81a1006251a63b9c965e9 to your computer and use it in GitHub Desktop.

Select an option

Save scodx/f8dcec0b36b81a1006251a63b9c965e9 to your computer and use it in GitHub Desktop.

You said Linux, so you luck out (at least it should be available, not sure when it was added):

diff --brief -r dir1/ dir2/

If you also want to see differences for files that may not exist in either directory:

diff --brief -Nr dir1/ dir2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment