Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #curl #output #stdout
ADD COMMENT
Topic
Name
2+7 =