Extracts URLs from emails or plain text files
Perl script to extracts URLs from emails or plain text
extract_url
$ extract_url textfile.txt
$ extract_url email.eml
$ cat document.txt | extract_url > urls.txt