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

⟦3ec2371ee⟧ TextFile

    Length: 990 (0x3de)
    Types: TextFile
    Notes: UNIX file
    Names: »fmt.1«

Derivation

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

TextFile

.ig
	@(#)fmt.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH FMT 1
.UC
.SH NAME
fmt \- simple text formatter
.SH SYNOPSIS
.B fmt
[
name ...
]
.SH DESCRIPTION
.I 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
72 characters long as possible.  The spacing at the beginning
of the input lines is preserved in the output, as are blank lines
and interword spacing.
.PP
.I Fmt
is meant to format mail messages prior to sending, but may also be useful
for other simple tasks.
For instance,
within visual mode of the
.I ex
editor (e.g.
.IR vi )
the command
.br
	!}fmt
.br
will reformat a paragraph,
evening the lines.
.SH "SEE ALSO"
nroff(1), mail(1)
.SH AUTHOR
Kurt Shoens
.SH BUGS
The program was designed to be simple and fast \- for more complex
operations, the standard text processors are likely to be more appropriate.