Skip to content

Instantly share code, notes, and snippets.

@leafo
Created October 30, 2015 06:09
Show Gist options
  • Save leafo/876b8e7be987b5130884 to your computer and use it in GitHub Desktop.
Save leafo/876b8e7be987b5130884 to your computer and use it in GitHub Desktop.
function test_urls {
xargs -n 1 -P 50 curl -s -o /dev/null -w "%{http_code} %{url_effective}\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment