Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

file compare

Syntax

Description

Compare two local files and describe the differences between them in default, context, or unified output styles:

  • Default—In the first line of output, c means lines were changed between the two files, d means lines were deleted between the two files, and a means lines were added between the two files. The numbers preceding this alphabetical marker represent the first file, and the lines after the alphabetical marker represent the second file. A left angle bracket (<) in front of output lines refers to the first file. A right angle bracket (>) in front of output lines refers to the second file.

  • Context—The display is divided into two parts. The first part is the first file; the second part is the second file. Output lines preceded by an exclamation point (!) have changed. Additions are marked with a plus sign (+), and deletions are marked with a minus sign (-).

  • Unified—The display is preceded by the line number from the first and the second file (xx,xxx,x). Before the line number, additions to the file are marked with a plus sign (+), and deletions to the file are marked with a minus sign (-). The body of the output contains the affected lines. Changes are viewed as additions plus deletions.

Options

files filename

Names of two local files to compare.

context

(Optional) Display output in context format.

ignore-white-space

(Optional) Ignore changes in the amount of white space.

unified

(Optional) Display output in unified format.

Required Privilege Level

none

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

file compare files

file compare files context

file compare files unified

file compare files unified ignore-white-space

Release Information

Command introduced before Junos OS Release 7.4.