mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
0d82d7df60
* Update documents of commands * Change plugin names for register command examples * Remove unused docs [ci skip]
275 B
275 B
title | layout | version |
---|---|---|
group | command | 0.59.1 |
Groups input into groups of group_size
.
Signature
> group (group_size)
Parameters
group_size
: the size of each group
Examples
Group the a list by pairs
> echo [1 2 3 4] | group 2