Csplit

CSPLIT(1) - General Commands Manual

Split, Re_format, Sed, Csplit

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. ...

SPLIT(1) - General Commands Manual

Csplit, Re_format, Split

SPLIT(1) - General Commands Manual # SPLIT(1) - General Commands Manual NAME # split - split a file into pieces SYNOPSIS # split [-a suffix_length] [-b byte_count[k|m] | -l line_count | -p pattern] [file [name]] DESCRIPTION # The split utility reads the given file, or standard input if no file is specified, and breaks it up into files of 1000 lines each. file itself is not altered. The options are as follows: ...