COHERENT help

This page displays the COHERENT help information for split.

Listing of available help pages


split -- Split a text file into smaller files

split [-lines][-ccount][infile [outfile] ]

If infile is `-' or no infile, stdin is read.  outfile defaults to x.  lines is
number of lines for text files, count is the character count for binary files.