Fold

EXPAND(1) - General Commands Manual

Fold, Expand

EXPAND(1) - General Commands Manual # EXPAND(1) - General Commands Manual NAME # expand, unexpand - expand tabs to spaces, and vice versa SYNOPSIS # expand [-t tablist] [file …] unexpand [-a] [file …] DESCRIPTION # expand processes the named files or the standard input, writing the standard output with tabs changed into blanks. Backspace characters are preserved into the output and decrement the column count for tab calculations. expand is useful for pre-processing character files (before sorting, looking at specific columns, etc. ...

FOLD(1) - General Commands Manual

Fmt, Expand, Fold

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: ...