Weekly Shaarli

All links of one week in a single page.

Week 28 (July 10, 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