🖥
curl コマンドで レスポンス内容の標準出力を捨てる
例
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オープンチャットもご利用ください。
プロフィール・経歴
公開日時
2024-06-03
Discussion