Skip to content

Commit 83a1f36

Browse files
authored
Merge pull request #1974 from sdwheeler/sdw-issue1651
fixing issue 1651
2 parents 9603e0f + e3d2746 commit 83a1f36

File tree

5 files changed

+70
-70
lines changed

5 files changed

+70
-70
lines changed

reference/3.0/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ When Select-String finds more than one match in a line of text, it still emits o
192192
```yaml
193193
Type: SwitchParameter
194194
Parameter Sets: (All)
195-
Aliases:
195+
Aliases:
196196

197197
Required: False
198198
Position: Named
@@ -208,7 +208,7 @@ By default, matches are not case-sensitive.
208208
```yaml
209209
Type: SwitchParameter
210210
Parameter Sets: (All)
211-
Aliases:
211+
Aliases:
212212

213213
Required: False
214214
Position: Named
@@ -239,7 +239,7 @@ When the context includes a match, the MatchInfo object for each match includes
239239
```yaml
240240
Type: Int32[]
241241
Parameter Sets: (All)
242-
Aliases:
242+
Aliases:
243243

244244
Required: False
245245
Position: Named
@@ -259,7 +259,7 @@ Valid values are "UTF7", "UTF8", "UTF32", "ASCII", "Unicode", "BigEndianUnicode"
259259
```yaml
260260
Type: String
261261
Parameter Sets: (All)
262-
Aliases:
262+
Aliases:
263263

264264
Required: False
265265
Position: Named
@@ -277,7 +277,7 @@ Wildcards are permitted.
277277
```yaml
278278
Type: String[]
279279
Parameter Sets: (All)
280-
Aliases:
280+
Aliases:
281281

282282
Required: False
283283
Position: Named
@@ -295,7 +295,7 @@ Wildcards are permitted.
295295
```yaml
296296
Type: String[]
297297
Parameter Sets: (All)
298-
Aliases:
298+
Aliases:
299299

300300
Required: False
301301
Position: Named
@@ -317,7 +317,7 @@ The differences are as follows:
317317
```yaml
318318
Type: PSObject
319319
Parameter Sets: Object
320-
Aliases:
320+
Aliases:
321321

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

338338
Required: False
339339
Position: Named
@@ -348,7 +348,7 @@ Finds text that does not match the specified pattern.
348348
```yaml
349349
Type: SwitchParameter
350350
Parameter Sets: (All)
351-
Aliases:
351+
Aliases:
352352

353353
Required: False
354354
Position: Named
@@ -368,7 +368,7 @@ If you specify only a directory, the command fails.
368368
```yaml
369369
Type: String[]
370370
Parameter Sets: File
371-
Aliases:
371+
Aliases:
372372

373373
Required: True
374374
Position: 2
@@ -387,7 +387,7 @@ To learn about regular expressions, see about_Regular_Expressions.
387387
```yaml
388388
Type: String[]
389389
Parameter Sets: (All)
390-
Aliases:
390+
Aliases:
391391

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

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

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

reference/4.0/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ When Select-String finds more than one match in a line of text, it still emits o
204204
```yaml
205205
Type: SwitchParameter
206206
Parameter Sets: (All)
207-
Aliases:
207+
Aliases:
208208

209209
Required: False
210210
Position: Named
@@ -220,7 +220,7 @@ By default, matches are not case-sensitive.
220220
```yaml
221221
Type: SwitchParameter
222222
Parameter Sets: (All)
223-
Aliases:
223+
Aliases:
224224

225225
Required: False
226226
Position: Named
@@ -251,7 +251,7 @@ When the context includes a match, the MatchInfo object for each match includes
251251
```yaml
252252
Type: Int32[]
253253
Parameter Sets: (All)
254-
Aliases:
254+
Aliases:
255255

256256
Required: False
257257
Position: Named
@@ -271,7 +271,7 @@ Valid values are "UTF7", "UTF8", "UTF32", "ASCII", "Unicode", "BigEndianUnicode"
271271
```yaml
272272
Type: String
273273
Parameter Sets: (All)
274-
Aliases:
274+
Aliases:
275275

276276
Required: False
277277
Position: Named
@@ -289,7 +289,7 @@ Wildcards are permitted.
289289
```yaml
290290
Type: String[]
291291
Parameter Sets: (All)
292-
Aliases:
292+
Aliases:
293293

294294
Required: False
295295
Position: Named
@@ -307,7 +307,7 @@ Wildcards are permitted.
307307
```yaml
308308
Type: String[]
309309
Parameter Sets: (All)
310-
Aliases:
310+
Aliases:
311311

312312
Required: False
313313
Position: Named
@@ -329,7 +329,7 @@ The differences are as follows:
329329
```yaml
330330
Type: PSObject
331331
Parameter Sets: Object
332-
Aliases:
332+
Aliases:
333333

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

350350
Required: False
351351
Position: Named
@@ -360,7 +360,7 @@ Finds text that does not match the specified pattern.
360360
```yaml
361361
Type: SwitchParameter
362362
Parameter Sets: (All)
363-
Aliases:
363+
Aliases:
364364

365365
Required: False
366366
Position: Named
@@ -380,7 +380,7 @@ If you specify only a directory, the command fails.
380380
```yaml
381381
Type: String[]
382382
Parameter Sets: File
383-
Aliases:
383+
Aliases:
384384

385385
Required: True
386386
Position: 2
@@ -399,7 +399,7 @@ To learn about regular expressions, see about_Regular_Expressions.
399399
```yaml
400400
Type: String[]
401401
Parameter Sets: (All)
402-
Aliases:
402+
Aliases:
403403

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

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

437437
Required: False
438438
Position: Named
@@ -476,7 +476,7 @@ If you use the Quiet parameter, the output is a Boolean value indicating whether
476476
477477
## NOTES
478478
* Select-String is like the Grep command in UNIX and the FindStr command in Windows.
479-
* The "sst" alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
479+
* The **sst** alias for the Select-String cmdlet was introduced in Windows PowerShell 3.0.
480480
* To use Select-String, type the text that you want to find as the value of the Pattern parameter.
481481
482482
To specify the text to be searched, do the following:

reference/5.0/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ When **Select-String** finds more than one match in a line of text, it still emi
200200
```yaml
201201
Type: SwitchParameter
202202
Parameter Sets: (All)
203-
Aliases:
203+
Aliases:
204204

205205
Required: False
206206
Position: Named
@@ -216,7 +216,7 @@ By default, matches are not case-sensitive.
216216
```yaml
217217
Type: SwitchParameter
218218
Parameter Sets: (All)
219-
Aliases:
219+
Aliases:
220220

221221
Required: False
222222
Position: Named
@@ -247,7 +247,7 @@ When the context includes a match, the **MatchInfo** object for each match inclu
247247
```yaml
248248
Type: Int32[]
249249
Parameter Sets: (All)
250-
Aliases:
250+
Aliases:
251251

252252
Required: False
253253
Position: Named
@@ -277,7 +277,7 @@ OEM is the current original equipment manufacturer code page identifier for the
277277
```yaml
278278
Type: String
279279
Parameter Sets: (All)
280-
Aliases:
280+
Aliases:
281281
Accepted values: unicode, utf7, utf8, utf32, ascii, bigendianunicode, default, oem
282282

283283
Required: False
@@ -296,7 +296,7 @@ Wildcards are permitted.
296296
```yaml
297297
Type: String[]
298298
Parameter Sets: (All)
299-
Aliases:
299+
Aliases:
300300

301301
Required: False
302302
Position: Named
@@ -314,7 +314,7 @@ Wildcards are permitted.
314314
```yaml
315315
Type: String[]
316316
Parameter Sets: (All)
317-
Aliases:
317+
Aliases:
318318

319319
Required: False
320320
Position: Named
@@ -336,7 +336,7 @@ The differences are as follows:
336336
```yaml
337337
Type: PSObject
338338
Parameter Sets: Object
339-
Aliases:
339+
Aliases:
340340

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

357357
Required: False
358358
Position: Named
@@ -386,7 +386,7 @@ Indicates that the cmdlet finds text that does not match the specified pattern.
386386
```yaml
387387
Type: SwitchParameter
388388
Parameter Sets: (All)
389-
Aliases:
389+
Aliases:
390390

391391
Required: False
392392
Position: Named
@@ -406,7 +406,7 @@ If you specify only a directory, the command fails.
406406
```yaml
407407
Type: String[]
408408
Parameter Sets: File
409-
Aliases:
409+
Aliases:
410410

411411
Required: True
412412
Position: 1
@@ -425,7 +425,7 @@ To learn about regular expressions, see about_Regular_Expressions.
425425
```yaml
426426
Type: String[]
427427
Parameter Sets: (All)
428-
Aliases:
428+
Aliases:
429429

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

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

463463
Required: False
464464
Position: Named
@@ -483,7 +483,7 @@ If you use the *Quiet* parameter, the output is a Boolean value indicating wheth
483483
484484
## NOTES
485485
* **Select-String** is like the Grep command in UNIX and the FindStr command in Windows.
486-
* The **sst** alias for the **Select-String** cmdlet was introduced in Windows PowerShell 3.0.
486+
* The **sls** alias for the **Select-String** cmdlet was introduced in Windows PowerShell 3.0.
487487
* To use **Select-String**, type the text that you want to find as the value of the *Pattern* parameter.
488488
489489
To specify the text to be searched, do the following:

0 commit comments

Comments
 (0)