Answers for "curl output to stdout"

0

curl output to stdout

#Just redirect the output with "2>&1" and filter details with "--silent"
curl -v --silent https://google.com/ 2>&1 | grep expire
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language