diff

NAME

diff - Windows command-line utility to give the differences of two files

SYNOPSIS

diff [-c | -e | -f | -C n] [-b] [-r] file1 file2

DESCRIPTION

The diff(1w) utility compares the contents of file1 and file2 and writes a list of changes necessary to convert file1 into file2 to the standard output. No output is produced if the files are identical.

The diff utility supports the following options:

-b
Causes any amount of white space at the end of a line to be treated as a single newline character (that is, the white-space characters preceding the newline character are ignored); the other strings of white-space characters, except newline characters, compare as equal.
-c
Produces output in a form that provides three lines of context.
-C
Produces output in a form that provides n lines of context (where n is interpreted as a positive decimal integer).
-e
Produces output in a form suitable as input for the ed utility, which can be used to convert file1 into file2.
-f
Produces output in an alternative form, similar in format to the -e option, but unsuitable as input for the ed utility, and in the opposite order.
-r
Applies diff recursively to files and directories of the same name when file1 and file2 are both directories.

DIAGNOSTICS

Possible exit-status values are:

0
Successful completion
1
Failure

SEE ALSO

sdiff(1w)

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.