Research V4 development
[unix-history] / man / man1 / split.1
CommitLineData
d0ae0450
KT
1.th SPLIT I 1/15/73
2.sh NAME
3split \*- split a file into pieces
4.sh SYNOPSIS
5.bd split
6[ file1 [ file2 ] ]
7.sh DESCRIPTION
8.it Split
9reads file1 and writes
10it in 1000-line pieces, as many as are necessary, onto
11a set of output files. The name of the first output
12file is file2 with an `a' appended, and so on
13through the alphabet and beyond. If no output name is given,
14`x' is default.
15.s3
16If no input file is given, or the first argument is `\*-',
17then the standard input file is used.
18.sh BUGS
19Watch out for 14-character file names.
20The number of lines per file should be
21an argument.