mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the comment header
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
.SYNOPSIS
|
||||
Searches for a pattern in files
|
||||
.DESCRIPTION
|
||||
This script searches for a pattern in the given files.
|
||||
This PowerShell script searches for a pattern in the given files.
|
||||
.PARAMETER pattern
|
||||
Specifies the search pattern
|
||||
.PARAMETER files
|
||||
Specifies the files
|
||||
.EXAMPLE
|
||||
PS> ./search-files 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]$files = "")
|
||||
|
Reference in New Issue
Block a user