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

⟦c79664f49⟧ TextFile

    Length: 1177 (0x499)
    Types: TextFile
    Notes: UNIX file
    Names: »tail.1«

Derivation

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

TextFile

.ig
	@(#)tail.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH TAIL 1
.UC 4
.SH NAME
tail \- deliver the last part of a file
.SH SYNOPSIS
.B tail
.if t [ \(+-number[\fBlbc\fR][\fBfr\fR] ]
.if n +▶08◀_number[lbc▶08◀▶08◀▶08◀___][r▶08◀_f▶08◀_]
[ file ]
.SH DESCRIPTION
.I Tail
copies the named file to the standard output beginning
at a designated place.
If no file is named, the standard input is used.
.PP
Copying begins at distance
.I +number
from the beginning, or
.I \-number
from the end of the input.
.I Number
is counted in units of lines, blocks or characters,
according to the appended option
.B l,
.B b
or
.B c.
When no units are specified, counting is by lines.
.PP
Specifying
.B r
causes tail to print lines from the end of the file in reverse order.
The default for
.B r
is to print the entire file this way.
Specifying
.B f
causes
.I tail
to not quit at end of file, but rather wait and try to read repeatedly
in hopes that the file will grow.
.SH "SEE ALSO"
dd(1)
.SH BUGS
Tails relative to the end of the file
are treasured up in a buffer, and thus 
are limited in length.
.PP
Various kinds of anomalous behavior may happen
with character special files.