diff

From wikieduonline
Jump to navigation Jump to search

diff compare files line by line


Examples[edit]

  • diff -y file1 file2
  • diff -y --suppress-common-lines file1 file2
  • diff -y --suppress-common-lines -W 200 file1 file2


  • diff /path/to/DIRECTORY1/ /path/to/DIRECTORY2/
  • diff -r /path/to/DIRECTORY1/ /path/to/DIRECTORY2/
  • diff -y file1.tf file2.bak --suppress-common-lines


Related commands[edit]

See also[edit]

Advertising: