mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update synopsis and description
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
replace-in-files.ps1 [<pattern>] [<replacement>] [<files>]
|
||||
.DESCRIPTION
|
||||
Search and replace a pattern in the given files by the replacement
|
||||
.DESCRIPTION
|
||||
replace-in-files.ps1 [<pattern>] [<replacement>] [<files>]
|
||||
.EXAMPLE
|
||||
PS> ./replace-in-files IO "Input Output" C:\Temp\*.txt
|
||||
PS> ./replace-in-files NSA "No Such Agency" C:\Temp\*.txt
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user