Attachment 'rajcan.sh'

Download

#!/usr/bin/bash
wget -O - -q  http://search.live.com/results.aspx?q=$1 | 
tr ">" "\n" | 
sed "s/$/>/" | 
grep "< *[aA].*[hH][rR][eE][fF]" |
sed "s/.*</</" |
sed "s/.*[aA].*[hH][rR][eE][fF] *= *[\"']\?//" |
sed "s/[\'\"\>\ ].*//" |
grep "[hH][tT][tT][pP]" |
grep -v "microsoft.com" |
grep -v "msnscache.com" |
grep -v "live.com" |
grep -v "msn.co.uk"

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.