Continuously print the file content

Use the command ‘tail’ to print the file contents, starting from the beginning of the file and print new contents continuously.

tail +1f 'file'
This entry was posted in Linux. Bookmark the permalink.