昨日知った PowerShell で sed みたいな置換をする方法
Get-Content $stab | ForEach-Object { $_ -creplace "__EXTENSION_ID__", $extension_id } | Out-File $json -Encoding ascii
昨日知った PowerShell で sed みたいな置換をする方法
Get-Content $stab | ForEach-Object { $_ -creplace "__EXTENSION_ID__", $extension_id } | Out-File $json -Encoding ascii
No replies yet.