📜  curl 输出到标准输出 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:44.402000             🧑  作者: Mango

代码示例1
#Just redirect the output with "2>&1" and filter details with "--silent"
curl -v --silent https://google.com/ 2>&1 | grep expire