相关疑难解决方法(0)

我如何包括管道 在我的linux find -exec命令中?

这不起作用.可以在查找中完成吗?或者我需要xargs?

find -name 'file_*' -follow -type f -exec zcat {} \| agrep -dEOE 'grep' \;
Run Code Online (Sandbox Code Playgroud)

linux command-line

200
推荐指数
6
解决办法
10万
查看次数

标签 统计

command-line ×1

linux ×1