Hi i have a large text file and need to extract the URL's from it, how would i do this ?
J jacobg70 macrumors newbie Original poster Aug 21, 2012 1 0 Aug 21, 2012 #1 Hi i have a large text file and need to extract the URL's from it, how would i do this ?
charlieegan3 macrumors 68020 Feb 16, 2012 2,394 14 U.K Aug 21, 2012 #2 extract them to where, another text file in a more ordered form/bookmarks? if you have word you can use find and replace to sort them out. (formatting options in F+R should help.) Comment
extract them to where, another text file in a more ordered form/bookmarks? if you have word you can use find and replace to sort them out. (formatting options in F+R should help.)
J jacobg70 macrumors newbie Original poster Aug 21, 2012 1 0 Aug 21, 2012 #3 Yeah to another text file Comment
balamw Moderator Staff member Aug 16, 2005 19,366 978 New England Aug 21, 2012 #4 Can you post a sample of a portion of the text file? You may be able to use a variant of http://stackoverflow.com/questions/...ith-non-alphanumeric-characters-as-delimiters with grep depending on what surrounds the URLs. B Comment
Can you post a sample of a portion of the text file? You may be able to use a variant of http://stackoverflow.com/questions/...ith-non-alphanumeric-characters-as-delimiters with grep depending on what surrounds the URLs. B
S stchman macrumors 6502a Jul 16, 2012 671 2 St. Louis, MO Aug 21, 2012 #5 Yes, I'd like to see an example of the text file as well. Comment