tail

Use the tail command to display the last n number of results.

Syntax

tail [limit=<limit>] 

Parameters

The following table lists the parameters used in this command, along with their descriptions.

Parameter Description

limit

Specify the number of entries you want to see. If no value is specified, then the default value of 10 is used.

The following command returns the last 20 results with the severity of fatal.

Severity = fatal | tail limit = 20