head
Description
Returns the first N results of a query. Defaults to 10.
Syntax
head [ <N> | limit=<int>]
Optional Arguments
Parameter | Syntax | Default | Description |
---|---|---|---|
N | <int> | 10 | Number of results to return. |
limit | limit = <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