BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] Problem converting site from HTTP to HTTPS



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/