/curl-list

curl a list of URL's and get its HTTP status code back

Primary LanguageShell

curl-list

Clone or dowload and unpack, then:

  1. Toss a list of http:// or https:// URL's into urls.txt, one per line no trailing spaces
  2. Make it executable: chmod +x curlList.sh
  3. Run it: ./curlList.sh or to print to file ./curlList.sh > responses.txt