How do I determine if a web page exists with shell scripting?

Posted by Branden on Stack Overflow See other posts from Stack Overflow or by Branden
Published on 2010-05-27T19:55:22Z Indexed on 2010/05/27 20:01 UTC
Read the original article Hit count: 201

Filed under:

I am trying to make a program that can convert a series of manga scans into one pdf file, and I don't want to have to attempt to download the picture to determine if I have the right url. Is there a shell scripting command that I can use to just check if a web page exists?

© Stack Overflow or respective owner

Related posts about shell-scripting