Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to grep curl verbose

#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: #grep #curl #verbose
ADD COMMENT
Topic
Name
3+2 =