Watch new lines as they are appended.
Section: Line Selection and Context
Follow a log in real time
bash
bash
tail -f /var/log/nginx/access.logExplanation
Use `-f` to stream appended data in real time.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Line Selection and Context