
NAME
	UUSplit

SYNOPSIS
	UUSplit file [outprefix] [-b bytes] [-v]

DESCRIPTION
	UUSplit is a program which takes a file (usually an archive
	of some sort) then splits it up and uuencodes each section
	generating a set of uuencoded output files which may then be
	emailed over the network.

	To get the original archive back you must uudecode each file
	and then JOIN the uudecoded parts together.

OPTIONS
	<file>		file to split

	<outprefix>	optional output file name prefix, postpended with
			.01.uue, .02.uue, .03.uue, etc...

	-b bytes	optional maximum segment size, in bytes, usually
			set at around 50000

	-v		verbose



