📜  两个命令的 grep 输出 - Shell-Bash 代码示例

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

代码示例1
# Just use next format to grep between output of 2 different commands ;)
{ command1 & command2; } | grep match_pattern