我已经习惯于使用grep我的命令行搜索,并想知道如何使用另一个搜索的结果成功进行搜索。
grep
这是我的尝试,我在结果中寻找“工具”:
grep tool | grep -rl embed=
这会返回一些结果,然后控制台挂起。是否有任何简单/优雅的解决方案?
command-line grep pipe
command-line ×1
grep ×1
pipe ×1