| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | cp |
| Description | The
"cp" command is used to copy
files and directories. Note that when using the cp command, you must always specify both the source and destination of the file(s) to be copied. |
| Examples | cp
.profile .profile.bak
cp /usr/fred/Chapter1 .
cp /usr/fred/Chapter1 /usr/mary
|