10
1
I'm looking for a tool which can search/replace within file contents for a broad range of file types (i.e. it should, if possible, process the maximum possible number of file types like .txt, .sql, .xls, .doc, .r, .c, etc.). It should handle multiple files in multiple folders/subfolders. Just searching the file contents is not enough for me, it should also have the replacing capability.
Can UltraEdit handle files like .xls, .doc? – Mehper C. Palavuzlar – 2010-01-15T11:45:58.253
It will, but if you open a .doc or .xls in Notepad.exe, you will see some text is stored in ASCII, but you probably wouldn't want to edit those documents from a text editor. That said, if you needed to do a simple search and replace (change one name to another) it may work, but before working with .doc and .xls files I would run a test or run it on duplicates just in case editing the docs that way damages them. At the very least UltraEdit will give you a list of the docs with the search term and you can edit those hard to modify docs with their programs. – Scott McClenning – 2010-01-16T20:44:05.830