Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- May 17, 2014 at 12:27 pm #18441alphajozaParticipant
when the Regular Expressions is on and I try to find and replace a pattern which has “\r\n” in it, it takes a very very long time to finish! (I’m talking about a text with more than 2 million lines)
any idea?
any solution?(ver: 14.4.4)
July 10, 2015 at 2:45 pm #20225wizzlepigParticipantThe graphical interface seems to slow it down when it’s doing \n or \r or \r\n , etc.
Make the change from command prompt. I have a 7mb doc that is just numeric CSV data – like this 234, 345, 111, etc. From the command prompt the change to the file is practically instant.
Here I am replacing comma space with new line.
c:\emeditor /fi “, ” /x “c:\output2.txt” /rw “\r\n”
It is the same speed to go in the other direction.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.