如何使用 grep 同时搜索两个正则表达式。说,我正在寻找“我的名字是”和“我的银行账户”这样的文本:
My name is Mike. I'm 16 years old.
I have no clue how to solve my grep problem,but
if I manage to solve it, then I'll transfer
you some money from my bank account.
我想 grep 返回:
我的名字是我的银行账户
是否可以只用一个 grep 调用来完成它,或者我应该编写一个脚本来为我做这件事?