Ripcord
Senior Lurker
Does anyone know of any way to do a "search and replace" in several files with some command line utility?
Right now I can run "grep -R 'datapattern' *" and FIND a pattern, I'd like to do "findandreplace -R 'original' 'replacement' *" if possible... I have a LOT of files to change some data patterns in...
Right now I can run "grep -R 'datapattern' *" and FIND a pattern, I'd like to do "findandreplace -R 'original' 'replacement' *" if possible... I have a LOT of files to change some data patterns in...