tailf (1) Linux Manual Page
NAME tailf – follow the growth of a log file SYNOPSIS tailf [OPTION] file DESCRIPTION tailf will print out the last 10 lines of a file and then wait for the file to grow. It is similar to tail -f but does not access the file when it is not growing. This has the side…
