Man page - join-into-groups-of(1)

Packages contains this manual

Manual

JOIN-INTO-GROUPS-OF

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

join-into-groups-of - join input words into N-word groups

SYNOPSIS

join-into-groups-of [ N ]

DESCRIPTION

join-into-groups-of is a Unix-style filter that splits its input into groups of N words (the last group possibly being partial) with each group appearing on its own line and delimited internally by commas. N defaults to 10000 if not specified.

SEE ALSO

pair-at-a-time (1), word-at-a-time (1).