Monthly Shaarli

All links of one month in a single page.

July, 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