Skip to content

Instantly share code, notes, and snippets.

@appastair
Created February 26, 2013 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appastair/5035405 to your computer and use it in GitHub Desktop.
Save appastair/5035405 to your computer and use it in GitHub Desktop.
Bash HTTP Status
xargs curl -sw "%{url_effective},%{http_code},%{redirect_url}\\n" < urls.lst > urls.csv
http://www.alastair.pro -I -o /dev/null
http://www.doomworld.com -I -o /dev/null
http://www.iptux.org -I -o /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment