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 |
---|---|
|
Specify the number of entries you want to see. If no value is specified, then the default value of |
The following command returns the last 20 results with the severity of fatal.
Severity = fatal | tail limit = 20