Skip to content

Instantly share code, notes, and snippets.

@enblanco
Created September 3, 2018 16:38
Show Gist options
  • Save enblanco/2ae20e99e38bc7ee5eb2d4e5e4e9425d to your computer and use it in GitHub Desktop.
Save enblanco/2ae20e99e38bc7ee5eb2d4e5e4e9425d to your computer and use it in GitHub Desktop.
diff -rq -x '.*' folder_1 folder_2
#-r: recursive
#-q: --brief Output only whether files differ.
#-x '-*' ignore hidden files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment