Notepad Question (selecting certain lines)?

superaff1984

Senior Member
Premium Member
Joined
Jun 16, 2010
Messages
992
Reaction score
131
Is there any way I can select certain lines in notepad? I need to break this notepad down into smaller section or something. The problem is I have 62,311,556 lines of data. I need to grab only a million at a time. I need to break these into half millions or something. I'm not sure how I'm going to do that. Is there any thing out there that's automated?
 
Select one row with shift key (Press the shift key then press the End key). Now you need to hold on shift key and keep pressing page down key until your needs are full filled. ( Funny? but basic stuff, may be this is not what you are looking for)
But if you are looking for selecting random rows then I don't think there is such option, you need to do it manually.
Do you have common words in your lines?
 
Last edited:
Could do it with a bit of php, or prob could do it with a bat file...
 
Select one row with shift key (Press the shift key then press the End key). Now you need to hold on shift key and keep pressing page down key until your needs are full filled. ( Funny? but basic stuff, may be this is not what you are looking for)
But if you are looking for selecting random rows then I don't think there is such option, you need to do it manually.
Do you have common words in your lines?

Sweet that speed-ed the process right on up :).
 
Back
Top