home *** CD-ROM | disk | FTP | other *** search
-
- SPLIT
-
- This program splits a file into pieces. Usage is:
-
- split [-s{size}] {input file} [output base name]
-
- The optional "-s{size}" parameter allows the user to change the size
- of the pieces the file is split into. The default size is 64KB.
-
- The mandatory "input file" parameter is the name of the file the
- user wants to split.
-
- The optional "output base name" parameter is the base name for the
- pieces the file is split into. These pieces are of the form "base.NNN",
- where NNN is a 3 digit sequential number starting from 000. The
- default base name is "ram:split".
-