/ Published in: Bash
Expand |
Embed | Plain Text
lwp-request -o links file:///C:/some_page_from_google.htm | grep -P "A\s*http://\w*.mydomain" | perl -pe "m#A\s*(.*)#; $_=qx{lwp-request $1|tidy -e}; $_ = qq{\n\n\t- Tidy report for: \n\t\t$1\n\n$_};"
You need to login to post a comment.
