Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 133 Bytes

tail.md

File metadata and controls

10 lines (8 loc) · 133 Bytes

Get current received apache requests

tail -f /var/log/apache2/access.log

Skip first line

tail -n +2 <file>