Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Created January 5, 2023 03:46
Show Gist options
  • Save mrowrpurr/078bfff37f0948d086165f61cc0f959f to your computer and use it in GitHub Desktop.
Save mrowrpurr/078bfff37f0948d086165f61cc0f959f to your computer and use it in GitHub Desktop.
# Callable from cmd
powershell Get-Content -Raw Replace.txt | % { $_ -replace "foo", "XXX" } | Set-Variable x; Set-Content Replace.txt $x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment