Asyntax.com Unix Commands List
Unix Command or Function to Search:
! A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Full description cp

copy files
syntax: cp [-r] <original(s)> <new file or directory>

cp will copy one or more files either to a new file or into a
directory. All command line elements not not beginning with a -
except the last one are the files to be copied, and the last element
is where or what to copy them to.
Flag:
-r - copy directories as well as files

Another Commands:

cdchange directory info
cmpCompares two files and tells you which line numbers are different. info