Skip to main content

head

Description

Returns the first N results of a query. Defaults to 10.

Syntax

head [ <N> | limit=<int>]

Optional Arguments

ParameterSyntaxDefaultDescription
N<int>10Number of results to return.
limitlimit = <int>Number of results to return.

Example Queries

Example #1
source tweets8
| head
Example #2
source tweets8
| head 5
Example #3
source tweets8
| head limit = 7