{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052\deftab360{\fonttbl{\f0\fswiss\fprq2\fcharset0 Verdana;}{\f1\froman\fprq2\fcharset0 Times New Roman;}}
\pard\nowidctlpar\sb200\cf2\b0\fs18 Any file that could be accessed by Split tool, the input file will not be changed by split. Two Binary files will be created in either the same directory as the current working directory, or, if the either of the output files contain a path, then in the URI is used, based off of output directory, if specified by \ldblquote -p\rdblquote , \ldblquote --prefix\rdblquote option.\par
If the either or both of the \endash o or \endash t options is not specified, then the non-specified split filenames will use the filename of the input file, with another suffix, of filename.ext.1 and/or filename.ext.2. \par
When reading the input filename, if the end of file is reached before the number of bytes has been reached, i.e., the Offset is larger than the number of bytes in the input file, then the first file will be an exact copy of the input file, while the second file will be created, but it will have zero length.\par
\tab Print version and copyright of this program and exit\par
[-v, --verbose]\par
\pard\nowidctlpar\li360\sb200 Turn on verbose output with informational messages printed. This is a count value, so specifying \endash vv can be used to increase the verbosity level.\par
\pard\nowidctlpar\sb200 [-q, --quiet]\par
\tab disable all messages except FATAL ERRORS\par
[-d, --debug [#]]\par
\tab Enable debug messages, at level #\par
[-h, --help]\par
\tab Print copyright, version and usage of this program and exit\par
tool_setup.bat file will be splitted into two files tool_setup.bat1 and tool_setup.bat2. As no \ldblquote -s\rdblquote specified, tool_setup.bat1 will have size of the input file while tool_setup.bat2 will have size zero.\par
tool_setup.bat file will be splitted into two files tool_setup1 and tool_setup2. As no \ldblquote -s\rdblquote specified, tool_setup1 will have size of the input file while tool_setup2 will have size zero.\par
tool_setup.bat file will be splitted into two files tool_setup1 and tool_setup2. Now \ldblquote -s 5k\rdblquote specified and tool_setup.bat is not as large as 5k, so tool_setup1 will have size of the input file while tool_setup2 will have size zero.\par
\pard\nowidctlpar\sb200 tool_setup.bat file will be splitted into two files tool_setup1 and tool_setup2. Now \ldblquote -s 4k\rdblquote specified and tool_setup.bat is 4.9k, so tool_setup1 will have size of 4k and tool_setup2 will have size 0.5k. The output files are both preceded with a directory and \ldblquote -p c:\\\rdblquote is specified, so the \ldblquote Test\rdblquote and \ldblquote Test1\rdblquote directories will be created under c:\\ to contain tool_setup1 and tool_setup2 seperately.\par