Skip to content

Instantly share code, notes, and snippets.

@jackinf
Created January 2, 2017 09:50
Show Gist options
  • Save jackinf/839c76ad512e36a0b708ae4cc2560b3d to your computer and use it in GitHub Desktop.
Save jackinf/839c76ad512e36a0b708ae4cc2560b3d to your computer and use it in GitHub Desktop.
C:\> (Get-Content file.txt) | ForEach-Object { $_ -replace "foo", "bar" }| Set-Content file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment