manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 08:58:18 +0000 (00:58 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 08:58:18 +0000 (00:58 -0800)
SCCS-vsn: usr.bin/split/split.1 4.1

usr/src/usr.bin/split/split.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/split/split.1 b/usr/src/usr.bin/split/split.1
new file mode 100644 (file)
index 0000000..e047132
--- /dev/null
@@ -0,0 +1,38 @@
+.\"    @(#)split.1     4.1 (Berkeley) %G%
+.\"
+.TH SPLIT 1 
+.AT 3
+.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.