| T O P I C R E V I E W |
| tankersley |
Posted - Feb 23 2007 : 11:18:25 AM I'm using the cp command to copy files to another directory, and i'm being prompted to specify whether i want to cp -r or cp -R.
What's the difference? Also, I tried typing cp, but didn't understand the description of usage that came out. Is there any other documentation on this stuff?
Thanks,
Dharol |
| 1 L A T E S T R E P L I E S (Newest First) |
| syam.gadde |
Posted - Feb 23 2007 : 11:21:29 AM I always use cp -r (lowercase).
FYI, most UNIX commands have a manual or "man" page, and you can access them using:
man cp
In some cases they may not be so helpful, but in this case it sounds like you don't need "-R" (uppercase). |
|
|