B
Bob Altman
Is there anything baked into Windows that will let me do a simple "find and
replace" operation on strings in text files?
TIA - Bob
replace" operation on strings in text files?
TIA - Bob
Bob Altman said:Is there anything baked into Windows that will let me do a simple "find
and replace" operation on strings in text files?
Okey dokey... looks like my problem statement could use a little tweak.
Let's try this:
Is there anything baked into Windows that will let me do the same "find and
replace" operation on a bunch of files (a-la grep)?
BTW, it turns out that I can use Visual Studio to do this (find all
instances of a string in all files that match a wildcard specification, and
replace with another string), but I'm still curious if anything like this is
baked into Windows somewhere...
- Bob
Okey dokey... looks like my problem statement could use a little tweak.
Let's try this:
Is there anything baked into Windows that will let me do the same "find and
replace" operation on a bunch of files (a-la grep)?
BTW, it turns out that I can use Visual Studio to do this (find all
instances of a string in all files that match a wildcard specification, and
replace with another string), but I'm still curious if anything like this is
baked into Windows somewhere...