I have a chatroom log file with a bunch of imgur links buried in there and I'd like to get all of the links and export them to another text file so I can download them.
I used grep command to get them but it is giving me the entire line of text on which the link appeared, not just the link itself on a single line, if that makes sense.
Is there any way I can do this?
I used grep command to get them but it is giving me the entire line of text on which the link appeared, not just the link itself on a single line, if that makes sense.
Is there any way I can do this?