NAME
	cp - copy file(s)

SYNOPSIS
	cp <source> <target>

DESCRIPTION
	cp copies the files that match <source> to directory <target>.
	If there is only one file the target can be a new filename. You
	can use normal wildcards '*' and '?'. The maxinum number of files
	that you may copy with one command is 20. This is ment to protect
	from accidents.

SEE ALSO
	mv(1), rm(1)
