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

⟦46cccebbc⟧ TextFile

    Length: 582 (0x246)
    Types: TextFile
    Notes: UNIX file
    Names: »split.1«

Derivation

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

TextFile

.ig
	@(#)split.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH SPLIT 1
.SH NAME
split \- split a file into pieces
.SH SYNOPSIS
.B split
[
.B \-\fIn
]
[ file [ name ] ]
.SH DESCRIPTION
.I Split
reads
.I file
and writes
it in
.IR n -line
pieces
(default 1000), as many as necessary,
onto
a set of output files.  The name of the first output
file is
.I name
with
.B aa
appended, and so on
lexicographically.
If no output name is given,
.B x
is default.
.PP
If no input file is given, or
if
.B \-
is given in its stead,
then the standard input file is used.