Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created July 3, 2012 15:01
Show Gist options
  • Select an option

  • Save wizardishungry/3040280 to your computer and use it in GitHub Desktop.

Select an option

Save wizardishungry/3040280 to your computer and use it in GitHub Desktop.
dump fm
#!/bin/bash
for i
do
lynx -dump "http://www.google.com/search?q=$i&hl=en&client=safari&rls=en&tbs=isz:ex,iszw:32,iszh:32&tbm=isch&source=lnt&sa=X&ei=9eL1T9vXJsLx0gHKx6HyBg&ved=0CC0QpwUoAQ&biw=1482&bih=886" | grep imgurl=| sed 's/.*imgurl=//' | sed 's/\&.*//' | grep '\....$' | grep -v ico | grep -v ebay
done
@ryderr

ryderr commented Jul 3, 2012

Copy link
Copy Markdown

yeah dumpfm!

@wizardishungry

Copy link
Copy Markdown
Author

YEAH

@bsdf

bsdf commented Jul 6, 2012

Copy link
Copy Markdown

my posting style just got easier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment