Skip to content

quwahara/get-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get-status

Abstract

Print URL and its http status code by each line in text file.

Example

$ cat list.txt
wiki/HTTPS
wiki/List_of_HTTP_status_codes
not-found
wiki/Hypertext_Transfer_Protocol
$ ./get-status.sh https://en.wikipedia.org/ list.txt
https://en.wikipedia.org/wiki/HTTPS	200
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes	200
https://en.wikipedia.org/not-found	404
https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol	200

License

MIT

About

Print URL and its http status code by each line in text file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages