I have a text file.
using windows cmd I want to find and replace the following
__HTML_APP_URL__ --> http://google.com
__HTML_APP_URL__
http://google.com
Couldn't find simple tutorial to do so
I'll try
powerShell
get-content somefile.txt | %{$_ -replace "expression","replace"}
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
5 months ago
viewed
66 times
active