cp Command

Purpose:

Copys a file

Syntax:

cp sourcefile,destfile

Comments:

Based on Linux cp command.  Supplying quotes around directory name is not necessary unless name contains spaces in terminal mode.

Example:

cp "test.dat" , "test.sav"