• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

add text across many files

Yohhan

Senior member
I need a program that can add/replace text across many different files. Anyone know where I can find something like this? I have many files that need the same changes made to them, and I don't want to go through each one.
 
You could do this pretty easily with most programing languages, but it would take a little time to build from scratch.
 
Originally posted by: edmicman
look for a program called windows grep

http://www.wingrep.com/

open a command prompt and type "find /?"

I'm not sure why grep would help here, as it's just a search tool. sed and awk are what he needs... unless he just wants to append, in which case ">>" is all he needs.
 
Back
Top