On Thu, 4 Jan 2024 11:19:30 -0500
Sid Koul <skoul at nativeplanttrust.org> wrote:
> For those of us not in the know, how did you do a search and replace
> on a Windows box?
Powershell:
(Get-Content "path\to\file").Replace('old', 'new') | Set-Content "path\to\file"
--
\m/ (--) \m/