File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1919head [<size>] [from <offset>]
2020
2121* <size>: optional integer. number of results to return. **Default: ** 10
22+ * For readability or convenience, this can be prefixed by `limit= `.
2223* <offset>: integer after optional ``from ``. number of results to skip. **Default: ** 0
2324
2425Example 1: Get first 10 results
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ top [N] <field-list> [by-clause]
2121top [N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+) ``
2222
2323* N: number of results to return. **Default **: 10
24+ * For readability or convenience, this can be prefixed by `limit= `.
2425* field-list: mandatory. comma-delimited list of field names.
2526* by-clause: optional. one or more fields to group the results by.
2627* top-options: optional. options for the top command. Supported syntax is [countfield=<string>] [showcount=<bool>].
You can’t perform that action at this time.
0 commit comments