Additions:
xcmp [-x] [-b] [-c] [-p] [-n] file1 file2
||-c|| Indicates to ignore comments||
||-p|| Indicates to ignore processing instructions||
||-c|| Indicates to ignore comments||
||-p|| Indicates to ignore processing instructions||
Deletions:
Additions:
**xcmp** compares 2 files either as xml equality or by binary comparison.
Deletions:
Additions:
||-x|| Indicates an XML comparison||
Deletions:
Additions:
||-x|| Indicates an XML comparison||
||-b|| Indicates to ignore blank line distinctions (\r vs \c\n)||
||-n|| Do not print any errors, just exit with the status code||
[[Commands]]
||-b|| Indicates to ignore blank line distinctions (\r vs \c\n)||
||-n|| Do not print any errors, just exit with the status code||
[[Commands]]
Deletions:
-b Indicates to ignore blank line distinctions (\r vs \c\n)
-n Do not print any errors, just exit with the status code
Deletions:
Additions:
xcmp [-x] [-b] [-n] file1 file2
-n Do not print any errors, just exit with the status code
-n Do not print any errors, just exit with the status code
Deletions:
Additions:
[[CommandsInternal]]
Additions:
====Binary Compare====
If -x is not specified then a binary comparison is done, terminating on the first non-identical byte.
If -b is specified then \r and \n\r are considered equal for binary comparisons. (For DOS / Unix compatibility )
====XML Compare====
If -x is specified then the files are compared for XML equivilence.
Equivilence is determined by comparing the parsed XML file as representing an equivilent XML document. Attribute order is not considered, element order is considered. Namespace URI's are compared (not namespace prefixes). Comment, Character and CDATA sections are compared for string equality.
If -x is not specified then a binary comparison is done, terminating on the first non-identical byte.
If -b is specified then \r and \n\r are considered equal for binary comparisons. (For DOS / Unix compatibility )
====XML Compare====
If -x is specified then the files are compared for XML equivilence.
Equivilence is determined by comparing the parsed XML file as representing an equivilent XML document. Attribute order is not considered, element order is considered. Namespace URI's are compared (not namespace prefixes). Comment, Character and CDATA sections are compared for string equality.
Additions:
----
[[CategoryCommands]]
[[CategoryCommands]]