CSPLIT(1) - General Commands Manual
CSPLIT(1) - General Commands Manual # CSPLIT(1) - General Commands Manual NAME # csplit - split files based on context SYNOPSIS # csplit [-ks] [-f prefix] [-n number] file arg … DESCRIPTION # The csplit utility splits file into pieces using the pattern arg. If file is a dash (’-’), csplit reads from standard input. Files are created with a prefix of “xx” and two decimal digits. The size of each file is written to standard output as it is created. ...