/ Published in: Bash
This command will tail an Apache access log, but only print lines where an HTML file was requested.
Expand |
Embed | Plain Text
tail -f access.log|grep -P "GET[^\"]*.html"
You need to login to post a comment.
