[linux]查询多个 trace 文件中,包含特定内容的文件

例如 目录是 /home/oracle/abc/trace

命令如下:
oracle@node1 trace]$ find ./ -name "*.trc" | xargs grep "ORA-12804"

原文地址:https://www.cnblogs.com/gaojian/p/7610064.html