I have a few thousand files that I need to search and replace. Is there a software that can open a directory of files, scan those files and then search and replace? I'm aware that you can script something like this. However, I have no interest and prefer to use something that is already made.
feedback
|
|
If you're using Linux you can pipe the results of a
This will find every file in your current directory and below ( | |||
|
feedback
|
|
If you're using Windows, you could try to use NotePad++. Just note that doing thousands of files can take a very long time. This depends on the specifications of your computer. Just ensure you have a backup of the files you are going to find and replace in case Notepad ++ crashes and you lose data. | |||||
feedback
|