You can use the -o switch and null pseudo-file :
Unix
curl -s -o /dev/null -v http://google.com
Windows
curl -s -o nul -v http://google.com
You can use the -o switch and null pseudo-file :
curl -s -o /dev/null -v http://google.com
curl -s -o nul -v http://google.com