Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created July 3, 2012 15:01
Show Gist options
  • Save wizardishungry/3040280 to your computer and use it in GitHub Desktop.
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
@bsdf
Copy link

bsdf commented Jul 6, 2012

my posting style just got easier

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