Sometimes we need to monitor text files on an ongoing basis, especially system logs. Constantly opening and closing the same file is very tedious - the tail command comes to our aid , which, with the right option, lets us watch changes in a file in real time.