curl で HTTP status コードだけ取得 投稿日 2020-10-13 by 俺 生存確認で使うのでメモ。 $ curl -o /dev/null -s -w "%{http_code}\n" https://www.kwonline.org/memo2/ #200 curl便利