# View the end of a file and "follow" it. This is especially useful for watching changes in a log file.
tail -f logFile.txt
# View the end of a file and "follow" it. This is especially useful for watching changes in a log file.
tail -f logFile.txt