Difference between revisions of "Diff"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
{{draft}}
 
 
 
<code>diff</code> compare files line by line
 
<code>diff</code> compare files line by line
 
* https://man7.org/linux/man-pages/man1/diff.1.html
 
* https://man7.org/linux/man-pages/man1/diff.1.html
  
  
 +
== Examples ==
 
* <code>diff -y file1 file2</code>
 
* <code>diff -y file1 file2</code>
 
* <code>diff -y --suppress-common-lines file1 file2</code>
 
* <code>diff -y --suppress-common-lines file1 file2</code>

Revision as of 13:34, 31 March 2021

diff compare files line by line


Examples

  • 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/


Related commands

See also

Advertising: