我怎样才能在 error.log 中仅显示“请求超出限制”条目?我查看了 find 和类似函数,我想我需要使用 grep。但我遗漏了一块拼图……
答案1
这应该可以帮你做到:
grep 'Request exceeded the limit' /var/log/apache2/error.log
我怎样才能在 error.log 中仅显示“请求超出限制”条目?我查看了 find 和类似函数,我想我需要使用 grep。但我遗漏了一块拼图……
这应该可以帮你做到:
grep 'Request exceeded the limit' /var/log/apache2/error.log