group
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
group
> group (group_size)
group_size
: the size of each groupGroup the a list by pairs
> echo [1 2 3 4] | group 2