79826522

Date: 2025-11-21 13:04:37
Score: 0.5
Natty:
Report link

Curl 8.16.0 introduced --out-null,

the more efficient and portable version of

curl https://host.example -o /dev/null

The transfer is done in full, all data is received and checked, but the bytes are not written anywhere.

Example:

curl "https://example.com" --out-null
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arch Stanton