cp <source> <destination>
Copies a file <source> to a file <destination> (default is the current
directory). If <destination> doesn't exist, it is created.
Existing destination files are overwritten.
If <destination> is a directory, the correct basename is automatically
added, e.g. 'cp foo.c /players/jrwiz' would copy the file foo.c into
the file /players/jrwiz/foo.c .
<source> may be wildcarded, then the work is done asynchronously.
See also: w/scp, w/ls, w/ed, w/rm, w/mv, w/smv, w/join, w/faction, w/wildcards.