Created
January 2, 2017 09:50
-
-
Save jackinf/839c76ad512e36a0b708ae4cc2560b3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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