Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ fold(1) — Duplix 4.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

expand(1)

FOLD(1)  —  Unix Programmer’s Manual

NAME

fold − fold long lines for finite width output device

SYNOPSIS

fold [ −width ] [ file ...  ]

DESCRIPTION

Fold is a filter that folds the contents of the specified files, breaking the lines to have maximum width width.  The default for width is 80.  Width should be a multiple of 8 if tabs are present, or the tabs should be expanded using expand(1) before using fold.  If no files are specified, fold filters the contents of the standard input. 

SEE ALSO

expand(1)

BUGS

Fold will sometimes foul up underlining. 
 

3rd Berkeley Distribution  —  April 29, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026