📜  如何 grep curl 详细 - Shell-Bash 代码示例

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

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