Linux Tail Command Help And Examples
On Unix-like operating systems, the tail command reads a file, and outputs the last part of it (the “tail”). The tail command can also monitor data streams and open files, displaying new information as it is written. For example, it’s a useful way to monitor the newest events in a system log in real time. This page covers the GNU/Linux version of tail. Description By default, tail prints the last 10 lines of each file to standard output....