DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦794beaec6⟧ TextFile

    Length: 657 (0x291)
    Types: TextFile
    Notes: UNIX file
    Names: »fold.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/fold.1« 

TextFile

.ig
	@(#)fold.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH FOLD 1
.UC
.SH NAME
fold \- fold long lines for finite width output device
.SH SYNOPSIS
.B fold
[
\-width
] [
file ...
]
.SH DESCRIPTION
.I Fold
is a filter which will fold the contents of the specified files,
or the standard input if no files are specified,
breaking the lines to have maximum width
.I width.
The default for
.I width
is 80.
.I Width
should be a multiple of 8 if tabs are present, or the tabs should
be expanded using
.IR expand (1)
before coming to
.I fold.
.SH SEE\ ALSO
expand(1)
.SH BUGS
If underlining is present it may be messed up by folding.