How can you replace text in a file using the Windows command-line environment? -
How can you replace text in a file using the Windows command-line environment? -
i writing batch file script using windows command-line environment , want alter each occurrence of text in file (ex. "release") another(ex. "debug"). simplest way that? built in functions?
there no native solution there set , sed utilities situation.
see here list
cygwin, unxutils, gnuwin32, at&t research's uwin system, msys mingw
related question on stack overflow got list from
command-line
Comments
Post a Comment