Shell / Commands

tail

English

Overview

A command that displays the end of a file, commonly used for watching logs.

Details

A command that displays a specified number of lines from the end of a file. The -f option also enables watching new lines being appended in real time.

More Linux terms