mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
* 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