4.3BSD beta release manual page
[unix-history] / usr / src / usr.bin / split / split.1
CommitLineData
53e3f77f 1.\" @(#)split.1 6.1 (Berkeley) %G%
9da17885 2.\"
53e3f77f 3.TH SPLIT 1 ""
9da17885
KM
4.AT 3
5.SH NAME
6split \- split a file into pieces
7.SH SYNOPSIS
8.B split
9[
10.B \-\fIn
11]
12[ file [ name ] ]
13.SH DESCRIPTION
14.I Split
15reads
16.I file
17and writes
18it in
19.IR n -line
20pieces
21(default 1000), as many as necessary,
22onto
23a set of output files. The name of the first output
24file is
25.I name
26with
27.B aa
28appended, and so on
29lexicographically.
30If no output name is given,
31.B x
32is default.
33.PP
34If no input file is given, or
35if
36.B \-
37is given in its stead,
38then the standard input file is used.