Research V3 release
[unix-history] / man / man1 / split.1
.pa 1
.he 'SPLIT (I)'1/15/73'SPLIT (I)'
.ti 0
NAME split -- split a file into pieces
.sp
.ti 0
SYNOPSIS split [ [ file1 ] file2 ]
.sp
.ti 0
DESCRIPTION Split reads file1 and writes
it in 1000-line pieces, as many as are necessary, onto
a set of output files. The name of the first output
file is file2 with an "a" appended, and so on
through the alphabet and beyond. If no output name is given,
"x" is default.
.sp
If no input file is given, or the first argument is "-",
then the standard input file is used.
.sp
.ti 0
FILES -
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS yes
.sp
.ti 0
BUGS Watch out for 8-character file names.