gpt4 book ai didi

linux - 用于搜索多个关键字的 Unix 命令

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:28:53 25 4
gpt4 key购买 nike

需要检查 UNIX 服务器上多个站点的错误日志,例如。假设有 3 个站点 ABC.com、XYZ.com 和 OPQ.com。我想从服务器获取任何这些网站谎言的错误日志。

我试过

tail -99999  /apache/log/error_log| grep 'ABC | XYZ | OPQ'

但是没用..

最佳答案

tail -99999  /apache/log/error_log| grep -E '(ABC|XYZ|OPQ)'

tail -99999  /apache/log/error_log| grep -e ABC -e XYZ -e OPQ

关于linux - 用于搜索多个关键字的 Unix 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23217137/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com