Skip to content

Instantly share code, notes, and snippets.

@okabe-yuya
Created December 3, 2020 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okabe-yuya/03feafc8f04fc4dfb5f994a906e1aa71 to your computer and use it in GitHub Desktop.
Save okabe-yuya/03feafc8f04fc4dfb5f994a906e1aa71 to your computer and use it in GitHub Desktop.
ファイル間の差分を確認する

ファイル全ての差分を確認する

diff -r dirA dirB

差分のあるファイルのみを確認する

diff -rq dirA dirB

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