LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   move/copy command (https://www.linuxquestions.org/questions/linux-newbie-8/move-copy-command-258311/)

Cyberian 11-23-2004 06:41 AM

move/copy command
 
Hi,

How do I use the 'cp' and 'mv' command?

Thanks in advance.

rjlee 11-23-2004 06:50 AM

Code:

man mv
Code:

man cp
Basically,
Code:

mv from_file to_file
or
Code:

mv from_files to_dir


All times are GMT -5. The time now is 02:55 AM.