I have a file with 147693 lines.
I need to remove 6 pairs of CR and LF at the end of the first 6 lines,
then skip one (which is a legitimate CR, LF)
then continue to the following 6 pairs.
Any help ho to do that?
I understand I will have to write a macro to do this, but have no idea hoe to...