Skip to main content

how to grep a real time apache log feed

 tail -f   /var/log/apache2/access.log  | grep --line-buffered 'GET \/files\/'

Comments