Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i in `curl seattle.craigslist.org/sad/ | grep 'Seattle' | grep -E --only-matching 'http.*html'`;do
- curl $i 2>/dev/null | grep -E --only-matching 'mailto.*\.com\?' | sed 's/mailto://g' | sed 's/?//g'
- done
Advertisement
Add Comment
Please, Sign In to add comment