mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
search-files.ps1 [<pattern>] [<path>]
|
||||
.DESCRIPTION
|
||||
Searches for the given pattern in the given files
|
||||
Searches for the given pattern in the given files.
|
||||
.EXAMPLE
|
||||
PS> .\search-files.ps1 UFO C:\Temp\*.txt
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Pattern = "", [string]$Path = "")
|
||||
|
Reference in New Issue
Block a user