Delete every other line in notepad++

前端 未结 6 2006
既然无缘
既然无缘 2020-12-12 15:05

Is there a way in Notepad++ to delete every other or nth line? I have a massive list of data and I need to reduce the size.

The data itself is not that important an

6条回答
  •  执念已碎
    2020-12-12 15:28

    You can try to use a Macro.

    1. Start recording Macro
    2. Press down n-times
    3. Press Shift+End
    4. Press delete two times
    5. Stop recording Macro
    6. Run Macro until end of file

提交回复
热议问题