COLUMN(1) - General Commands Manual # COLUMN(1) - General Commands Manual
NAME # column - columnate lists
SYNOPSIS # column [-tx] [-c columns] [-s sep] [file …]
DESCRIPTION # The column utility formats its input into multiple columns. Each input line provides the text for one output cell. Columns are filled before rows.
The column width is determined by the longest input line rounded up to the nearest tabstop; tabstops are assumed to be at multiples of eight.
...
FMT(1) - General Commands Manual # FMT(1) - General Commands Manual
NAME # fmt - simple text formatter
SYNOPSIS # fmt [-cmnps] [-d chars] [-l number] [-t number] [goal [maximum] | -‌width | -w width] [file …]
DESCRIPTION # fmt is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the goal length as possible without exceeding the maximum.
...
FOLD(1) - General Commands Manual # FOLD(1) - General Commands Manual
NAME # fold - fold long lines for finite width output device
SYNOPSIS # fold [-bs] [-w width] [file …]
DESCRIPTION # fold is a filter which folds the contents of the specified files, or the standard input if no files are specified, breaking the lines to have a maximum of 80 display columns.
The options are as follows:
...