extract_url

Extracts URLs from emails or plain text files

brewmacoslinux
Try with needOr install directly
Source

About

Perl script to extracts URLs from emails or plain text

Commands

extract_url

Examples

Extract URLs from a plain text file$ extract_url textfile.txt
Extract URLs from an email message$ extract_url email.eml
Extract URLs from stdin and save to file$ cat document.txt | extract_url > urls.txt