From 788b182605a59fe9c647cf836b723c2997c2d746 Mon Sep 17 00:00:00 2001 From: a-sync Date: Thu, 25 Nov 2021 20:43:42 +0100 Subject: [PATCH 1/4] typo: -Steam > -Stream --- reference/7.2/Microsoft.PowerShell.Utility/Select-String.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md index f8d48a464702..95b12b649dee 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` From ba386c32b6f7263ab45d232bf9b3eaf8fe997c8e Mon Sep 17 00:00:00 2001 From: a-sync Date: Thu, 2 Dec 2021 02:34:42 +0100 Subject: [PATCH 2/4] Update Select-String.md --- reference/5.1/Microsoft.PowerShell.Utility/Select-String.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md b/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md index e6dc371c596d..f1940ce8eafe 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Select-String.md @@ -337,7 +337,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` From 19ae38a6959fdbf5b20a63fc8b2c4de38d4560aa Mon Sep 17 00:00:00 2001 From: a-sync Date: Thu, 2 Dec 2021 02:35:22 +0100 Subject: [PATCH 3/4] Update Select-String.md --- reference/7.0/Microsoft.PowerShell.Utility/Select-String.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md index a9648fc56c76..20fa41cb6097 100644 --- a/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.0/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ``` From e0542f0612ddfd8d0e2c4942e9c704f346301854 Mon Sep 17 00:00:00 2001 From: a-sync Date: Thu, 2 Dec 2021 02:35:52 +0100 Subject: [PATCH 4/4] Update Select-String.md --- reference/7.1/Microsoft.PowerShell.Utility/Select-String.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md index a6f82c293756..707e759b9eaf 100644 --- a/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.1/Microsoft.PowerShell.Utility/Select-String.md @@ -362,7 +362,7 @@ Name foo Category bar # Out-String -Stream converts the output to a multiple single-line string objects -PS> $hash | Out-String -Steam | Select-String -Pattern 'foo' +PS> $hash | Out-String -Stream | Select-String -Pattern 'foo' Name foo ```