mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
parent
f519bf0d9a
commit
2cd1dbc72c
@ -31,3 +31,11 @@ written as
|
|||||||
See also the --create-dirs option to create the local directories
|
See also the --create-dirs option to create the local directories
|
||||||
dynamically. Specifying the output as '-' (a single dash) will force the
|
dynamically. Specifying the output as '-' (a single dash) will force the
|
||||||
output to be done to stdout.
|
output to be done to stdout.
|
||||||
|
|
||||||
|
To suppress response bodies, you can redirect output to /dev/null:
|
||||||
|
|
||||||
|
curl example.com -o /dev/null
|
||||||
|
|
||||||
|
Or for Windows use nul:
|
||||||
|
|
||||||
|
curl example.com -o nul
|
||||||
|
Loading…
Reference in New Issue
Block a user