head

Use the head command to display the first n number of results.

Syntax

head [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.

For examples of using this command in typical scenarios, see:

The following command returns the first 10 results with the severity of fatal.

Severity = fatal | head limit = 10