bilbo Power Member Joined Jan 26, 2009 Messages 649 Reaction score 1,151 Dec 3, 2010 #1 I have got a large list of urls ( 10k ) and I want to extract whole lines from the list and insert them on another text file. ie: say every url that has .edu etc? anyone have an idea how to do this?
I have got a large list of urls ( 10k ) and I want to extract whole lines from the list and insert them on another text file. ie: say every url that has .edu etc? anyone have an idea how to do this?
Z zelma143 Power Member Joined Jun 25, 2010 Messages 573 Reaction score 37 Dec 3, 2010 #2 did you try excell replace command?? or replace command in notepad ?? Last edited: Dec 3, 2010
bilbo Power Member Joined Jan 26, 2009 Messages 649 Reaction score 1,151 Dec 3, 2010 Thread Starter Thread Starter #3 thanks for the reply. I am trying to extract .edu urls from a list of 10,000 lines of urls. by hand it will take hours. so I wanted something to grap all the lines with.edu in them and either clipboard them or paste them into a text file. or the other way is to find anyline without .edu and delate it?? but no luck so far
thanks for the reply. I am trying to extract .edu urls from a list of 10,000 lines of urls. by hand it will take hours. so I wanted something to grap all the lines with.edu in them and either clipboard them or paste them into a text file. or the other way is to find anyline without .edu and delate it?? but no luck so far