minix man page for split

Query: split

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SPLIT(1)						      General Commands Manual							  SPLIT(1)

NAME
split - split a large file into several smaller files
SYNOPSIS
split [-n] [file [prefix]]
OPTIONS
-n Number of lines per piece (default: 1000)
EXAMPLES
split -200 file # Split file into pieces of 200 lines each split file z # Split file into zaa, zab, etc.
DESCRIPTION
Split reads file and writes it out in n-line pieces. By default, the pieces are called xaa, xab, etc. The optional second argument can be used to provide an alternative prefix for the output file names.
SEE ALSO
cat(1). SPLIT(1)
Related Man Pages
flow-split(1) - debian
split(1) - freebsd
split(1) - opendarwin
split(1) - osf1
split(1) - netbsd
Similar Topics in the Unix Linux Community
Split a files into many files when condition
Splitting Concatenated Words in Input File with Words from a Master File
Split a line into next line
Split and add header and trailer from input file
Use portion of file name as new file name