split(1) minix man page | unix.com

Man Page: split

Operating Environment: minix

Section: 1

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
split(1) - opensolaris
split(1) - mojave
split(1) - redhat
plan9-split(1) - debian
split(1) - freebsd
Similar Topics in the Unix Linux Community
Split file - Include first and last row in each file.
Help me pls : splitting single file in unix into different files based on data
How to read and Split a file?
Split files with formatted numbers
Split large xml into mutiple files and with header and footer in file