0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

curl コマンドで レスポンス内容の標準出力を捨てる

Posted at

curl http://example.com 1>/dev/null

結果の例

OKの場合

curl http://example.com 1>/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1256  100  1256    0     0   3732      0 --:--:-- --:--:-- --:--:--  3783

エラー発生時

curl http://xxxxxxcsadgadsgdagdaga.com 1>/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: xxxxxxcsadgadsgdagdaga.com

--slinet

--silent と組み合わせると何も出力されなくなってしまう

curl --silent http://example.com 1>/dev/null
curl --silent http://xxxxxxcsadgadsgdagdaga.com 1>/dev/null

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

プロフィール・経歴

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?