I have a file with 250,000 lines.
I want to copy the first 65,000 into file 1 and remaining into other file. How can I do this with Notepad++? is there any plugin to do this?
I have a file with 250,000 lines.
I want to copy the first 65,000 into file 1 and remaining into other file. How can I do this with Notepad++? is there any plugin to do this?
In notepad++:
Press Ctrl + G, type the start line and hit Enter to go to the start line.
Then go to the menu, click on Edit and then Begin/End select.
Press again Ctrl + G, and type the end line number and hit Enter to go to it.
Back to the menu, click on Edit and then Begin/End select once more.
By now you will have your range of lines selected. Copy the highlighted section and paste it in the new file.
Thanks to this website link: https://bytefreaks.net/applications/notepad/select-range-of-lines-in-notepad-using-line-numbers/amp