Diff: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Options= ==-r== Compares recursively the content of two directories.")
 
 
Line 5: Line 5:
=Options=
=Options=


==-r==
==<tt>-r</tt>==


Compares recursively the content of two directories.
Compares recursively the content of two directories.
==Ignoring Space==
===<tt>-E|--ignore-tab-expansion</tt>===
Ignore changes due to tab expansion.
===<tt>-Z|--ignore-trailing-space</tt>===
Ignore white space at line end.
===<tt>-b|--ignore-space-change</tt>===
Ignore changes in the amount of white space.
===<tt>-w|--ignore-all-space</tt>===
Ignore all white space.
===<tt>-B|--ignore-blank-lines</tt>===
Ignore changes whose lines are all blank.

Latest revision as of 01:00, 11 January 2022

Internal

Options

-r

Compares recursively the content of two directories.

Ignoring Space

-E|--ignore-tab-expansion

Ignore changes due to tab expansion.

-Z|--ignore-trailing-space

Ignore white space at line end.

-b|--ignore-space-change

Ignore changes in the amount of white space.

-w|--ignore-all-space

Ignore all white space.

-B|--ignore-blank-lines

Ignore changes whose lines are all blank.