Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストファイルがあります。
Windows cmdを使用して、次のものを見つけて置き換えたい
__HTML_APP_URL__->http://google.com
__HTML_APP_URL__
http://google.com
そうするための簡単なチュートリアルが見つかりませんでした
私が試してみます
パワーシェル
get-content somefile.txt | %{$_ -replace "expression","replace"}