Skip to content

fixing issue 1651 #1974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions reference/3.0/Microsoft.PowerShell.Utility/Select-String.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ When Select-String finds more than one match in a line of text, it still emits o
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -208,7 +208,7 @@ By default, matches are not case-sensitive.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -239,7 +239,7 @@ When the context includes a match, the MatchInfo object for each match includes
```yaml
Type: Int32[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -259,7 +259,7 @@ Valid values are "UTF7", "UTF8", "UTF32", "ASCII", "Unicode", "BigEndianUnicode"
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -277,7 +277,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -295,7 +295,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -317,7 +317,7 @@ The differences are as follows:
```yaml
Type: PSObject
Parameter Sets: Object
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -333,7 +333,7 @@ By default, Select-String returns a MatchInfo object for each match it finds.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -348,7 +348,7 @@ Finds text that does not match the specified pattern.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -368,7 +368,7 @@ If you specify only a directory, the command fails.
```yaml
Type: String[]
Parameter Sets: File
Aliases:
Aliases:

Required: True
Position: 2
Expand All @@ -387,7 +387,7 @@ To learn about regular expressions, see about_Regular_Expressions.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -403,7 +403,7 @@ The value is "true" if the pattern is found; otherwise, the value is "false".
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -420,7 +420,7 @@ It does not interpret the value of the Pattern parameter as a regular expression
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -461,7 +461,7 @@ By default, the output is a set of MatchInfo objects, one for each match found.
If you use the Quiet parameter, the output is a Boolean value indicating whether the pattern was found.
## NOTES
* Select-String is like the Grep command in UNIX and the FindStr command in Windows.
* The "sst" alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
* The **sst** alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
* To use Select-String, type the text that you want to find as the value of the Pattern parameter.

To specify the text to be searched, do the following:
Expand Down
28 changes: 14 additions & 14 deletions reference/4.0/Microsoft.PowerShell.Utility/Select-String.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ When Select-String finds more than one match in a line of text, it still emits o
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -220,7 +220,7 @@ By default, matches are not case-sensitive.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -251,7 +251,7 @@ When the context includes a match, the MatchInfo object for each match includes
```yaml
Type: Int32[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -271,7 +271,7 @@ Valid values are "UTF7", "UTF8", "UTF32", "ASCII", "Unicode", "BigEndianUnicode"
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -289,7 +289,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -307,7 +307,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -329,7 +329,7 @@ The differences are as follows:
```yaml
Type: PSObject
Parameter Sets: Object
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -345,7 +345,7 @@ By default, Select-String returns a MatchInfo object for each match it finds.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -360,7 +360,7 @@ Finds text that does not match the specified pattern.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -380,7 +380,7 @@ If you specify only a directory, the command fails.
```yaml
Type: String[]
Parameter Sets: File
Aliases:
Aliases:

Required: True
Position: 2
Expand All @@ -399,7 +399,7 @@ To learn about regular expressions, see about_Regular_Expressions.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -415,7 +415,7 @@ The value is "true" if the pattern is found; otherwise, the value is "false".
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -432,7 +432,7 @@ It does not interpret the value of the Pattern parameter as a regular expression
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -476,7 +476,7 @@ If you use the Quiet parameter, the output is a Boolean value indicating whether

## NOTES
* Select-String is like the Grep command in UNIX and the FindStr command in Windows.
* The "sst" alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
* The **sst** alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
* To use Select-String, type the text that you want to find as the value of the Pattern parameter.

To specify the text to be searched, do the following:
Expand Down
28 changes: 14 additions & 14 deletions reference/5.0/Microsoft.PowerShell.Utility/Select-String.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ When **Select-String** finds more than one match in a line of text, it still emi
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -216,7 +216,7 @@ By default, matches are not case-sensitive.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -247,7 +247,7 @@ When the context includes a match, the **MatchInfo** object for each match inclu
```yaml
Type: Int32[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -277,7 +277,7 @@ OEM is the current original equipment manufacturer code page identifier for the
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Accepted values: unicode, utf7, utf8, utf32, ascii, bigendianunicode, default, oem

Required: False
Expand All @@ -296,7 +296,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -314,7 +314,7 @@ Wildcards are permitted.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -336,7 +336,7 @@ The differences are as follows:
```yaml
Type: PSObject
Parameter Sets: Object
Aliases:
Aliases:

Required: True
Position: Named
Expand All @@ -352,7 +352,7 @@ By default, **Select-String** returns a **MatchInfo** object for each match it f
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -386,7 +386,7 @@ Indicates that the cmdlet finds text that does not match the specified pattern.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -406,7 +406,7 @@ If you specify only a directory, the command fails.
```yaml
Type: String[]
Parameter Sets: File
Aliases:
Aliases:

Required: True
Position: 1
Expand All @@ -425,7 +425,7 @@ To learn about regular expressions, see about_Regular_Expressions.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: True
Position: 0
Expand All @@ -441,7 +441,7 @@ The value is True if the pattern is found; otherwise, the value is False.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -458,7 +458,7 @@ It does not interpret the value of the *Pattern* parameter as a regular expressi
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -483,7 +483,7 @@ If you use the *Quiet* parameter, the output is a Boolean value indicating wheth

## NOTES
* **Select-String** is like the Grep command in UNIX and the FindStr command in Windows.
* The **sst** alias for the **Select-String** cmdlet was introduced in Windows PowerShell 3.0.
* The **sls** alias for the **Select-String** cmdlet was introduced in Windows PowerShell 3.0.
* To use **Select-String**, type the text that you want to find as the value of the *Pattern* parameter.

To specify the text to be searched, do the following:
Expand Down
Loading