Skip to content

Instantly share code, notes, and snippets.

@rik
Forked from karlcow/cli.sh
Created August 7, 2013 07:48
Show Gist options
  • Save rik/6172059 to your computer and use it in GitHub Desktop.
Save rik/6172059 to your computer and use it in GitHub Desktop.
http GET http://www.otsukare.info/ | grep '<a href="/2' | sed 's,.*<a href="\(.*\)" rel=".*,http://www.otsukare.info\1,' | xargs -n1 http HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment