How to remove first 50 lines on each files using NOTEPAD PLUS
-
Hello , this is very important to me at least I spend 8 days now trying all kind of things I found using google search to do that and I give up and need help ASAP
1 - I have thousands of files that I need to remove first 50 line from each file
2 - I have some files that I need to remove 50 lines from the bottom as well
3 - How to remove bookmarked lines or NON bookmarked lines from multi files or all current open files ?
is it possible to add this option to MARK list or the Mark window tap ?
thanks in advance
-
1 - find:
(?-s)(?:.*\R){50}(?s)(.*)/ repl:${1}/ mode: regular expression / (note: other ways to do it certainly possible)2 - find:
(?-s)(.*\R){50}\z/ repl: nothing / mode: regular expression / (note: other ways to do it certainly possible)3 - not currently possible to do in one action
(4) - you’d have to ask for it in a feature request; see HERE for a description of the process
note: 1 and 2 could be written so that it was a single operation accomplishing both – I did not do that
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login