I have a text file with a thousand lines of numbers like so:
402
115
90
...
As you can see there is a blank line in between each number that I want to remove so that I have
402
115
90
...
How can I do this?
Press Ctrl+H (Replace)
Select Extended
from SearchMode
Put \r\n\r\n
in Find What
Put \r\n
in ReplaceWith
Click on Replace All