Skip to content

Commit cf05aac

Browse files
davidsmatlaksdwheeler
authored andcommitted
issue 4838 (#4839)
1 parent f1a7999 commit cf05aac

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

reference/3.0/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ terminating error.
3737

3838
Some examples use splatting to reduce the line length of the code samples. For more information, see
3939
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
40-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
41-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
40+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
41+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4242

4343
## EXAMPLES
4444

4545
### Example 1: Compare the content of two text files
4646

4747
This example compares the contents of two text files. The output displays only the lines that are
48-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
49-
`Textfile2.txt`is the **difference** object (`=>`).
48+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
49+
`Testfile2.txt`is the **difference** object (`=>`).
5050

5151
Lines with content that appear in both files aren't displayed.
5252

@@ -68,8 +68,8 @@ squirrel <=
6868
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
6969
lines of content from both files are displayed.
7070

71-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
72-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
71+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
72+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7373

7474
```powershell
7575
$objects = @{

reference/4.0/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ terminating error.
3737

3838
Some examples use splatting to reduce the line length of the code samples. For more information, see
3939
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
40-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
41-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
40+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
41+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4242

4343
## EXAMPLES
4444

4545
### Example 1: Compare the content of two text files
4646

4747
This example compares the contents of two text files. The output displays only the lines that are
48-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
49-
`Textfile2.txt`is the **difference** object (`=>`).
48+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
49+
`Testfile2.txt`is the **difference** object (`=>`).
5050

5151
Lines with content that appear in both files aren't displayed.
5252

@@ -68,8 +68,8 @@ squirrel <=
6868
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
6969
lines of content from both files are displayed.
7070

71-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
72-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
71+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
72+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7373

7474
```powershell
7575
$objects = @{

reference/5.0/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ terminating error.
3737

3838
Some examples use splatting to reduce the line length of the code samples. For more information, see
3939
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
40-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
41-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
40+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
41+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4242

4343
## EXAMPLES
4444

4545
### Example 1: Compare the content of two text files
4646

4747
This example compares the contents of two text files. The output displays only the lines that are
48-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
49-
`Textfile2.txt`is the **difference** object (`=>`).
48+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
49+
`Testfile2.txt`is the **difference** object (`=>`).
5050

5151
Lines with content that appear in both files aren't displayed.
5252

@@ -68,8 +68,8 @@ squirrel <=
6868
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
6969
lines of content from both files are displayed.
7070

71-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
72-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
71+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
72+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7373

7474
```powershell
7575
$objects = @{

reference/5.1/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ terminating error.
3838

3939
Some examples use splatting to reduce the line length of the code samples. For more information, see
4040
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
41-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
42-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
41+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
42+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4343

4444
## EXAMPLES
4545

4646
### Example 1: Compare the content of two text files
4747

4848
This example compares the contents of two text files. The output displays only the lines that are
49-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
50-
`Textfile2.txt`is the **difference** object (`=>`).
49+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
50+
`Testfile2.txt`is the **difference** object (`=>`).
5151

5252
Lines with content that appear in both files aren't displayed.
5353

@@ -69,8 +69,8 @@ squirrel <=
6969
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
7070
lines of content from both files are displayed.
7171

72-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
73-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
72+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
73+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7474

7575
```powershell
7676
$objects = @{

reference/6/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ terminating error.
3838

3939
Some examples use splatting to reduce the line length of the code samples. For more information, see
4040
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
41-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
42-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
41+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
42+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4343

4444
## EXAMPLES
4545

4646
### Example 1: Compare the content of two text files
4747

4848
This example compares the contents of two text files. The output displays only the lines that are
49-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
50-
`Textfile2.txt`is the **difference** object (`=>`).
49+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
50+
`Testfile2.txt`is the **difference** object (`=>`).
5151

5252
Lines with content that appear in both files aren't displayed.
5353

@@ -69,8 +69,8 @@ squirrel <=
6969
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
7070
lines of content from both files are displayed.
7171

72-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
73-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
72+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
73+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7474

7575
```powershell
7676
$objects = @{

reference/7/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ terminating error.
3838

3939
Some examples use splatting to reduce the line length of the code samples. For more information, see
4040
[about_Splatting](../Microsoft.PowerShell.Core/About/about_Splatting.md). And, the examples use two
41-
text files, with each value on a separate line. `Textfile1.txt` contains the values: dog, squirrel,
42-
and bird. `Textfile1.txt` contains the values: cat, bird, and racoon.
41+
text files, with each value on a separate line. `Testfile1.txt` contains the values: dog, squirrel,
42+
and bird. `Testfile2.txt` contains the values: cat, bird, and racoon.
4343

4444
## EXAMPLES
4545

4646
### Example 1: Compare the content of two text files
4747

4848
This example compares the contents of two text files. The output displays only the lines that are
49-
different between the files. `Textfile1.txt` is the **reference** object (`<=`) and
50-
`Textfile2.txt`is the **difference** object (`=>`).
49+
different between the files. `Testfile1.txt` is the **reference** object (`<=`) and
50+
`Testfile2.txt`is the **difference** object (`=>`).
5151

5252
Lines with content that appear in both files aren't displayed.
5353

@@ -69,8 +69,8 @@ squirrel <=
6969
This example uses the **IncludeEqual** to compare each line of content in two text files. All the
7070
lines of content from both files are displayed.
7171

72-
The **SideIndicator** specifies if the line appears in the `Textfile1.txt` **reference** object
73-
(`<=`), `Textfile2.txt` **difference** object (`=>`), or both files (`==`).
72+
The **SideIndicator** specifies if the line appears in the `Testfile1.txt` **reference** object
73+
(`<=`), `Testfile2.txt` **difference** object (`=>`), or both files (`==`).
7474

7575
```powershell
7676
$objects = @{

0 commit comments

Comments
 (0)