Daily Shaarli

All links of one day in a single page.

July 11, 2023

PowerShell - UNIX SED Equivalent - Change Text In File | David Kittell
thumbnail

(Get-Content c:\temp\test.txt).replace('[MYID]', 'MyValue') | Set-Content c:\temp\test.txt