I have a bunch of log files containing outputs of a test suite, which often include control characters (most frequently ESC
). I need to search for a certain phrase in all the log files. Normally I'd use the CTRL + SHIFT + F
function to do that but it seems that Sublime Text 2 fails to perform the said search on any file containing control characters (as also observed here).
Is there anything I can do with setting Sublime up or is my only option writing a Python script purging the log files from control characters?