Watch file growth in real time.

Section: Viewing Files

Follow appended log lines

bash
bash
tail -f /var/log/nginx/access.log

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 Viewing Files
Print file content
Output a file to standard output.
OpenIn sheetbashsame section
Open file with pager
Scroll through a file interactively.
OpenIn sheetbashsame section
Show first 20 lines
Preview top of file.
OpenIn sheetbashsame section
Empty a file without deleting it
Reset file length to zero bytes.
OpenIn sheetbash1 tag match
Show unified diff
Compare two files in patch-friendly format.