Answers for "How do you continuously print lines that are being appended to file.log"

0

How do you continuously print lines that are being appended to file.log

Use the UNIX command "tail" with the -f option. 
That will continuously print out contents from the file to the terminal as it is added to the file. 
You can terminate the tail process by typing Ctrl + C
Posted by: Guest on January-16-2021

Code answers related to "How do you continuously print lines that are being appended to file.log"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language