Difference between revisions of "Cp Unix command"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 12: Line 12:
  
 
= Description =
 
= Description =
cp copies files (or,  optionally,  directories). The copy is completely independent of the original. You can either copy one file to another,  or copy arbitrarily many files to a destination directory.  
+
cp copies files (or,  optionally,  directories). The copy is completely independent of the original. You can either copy one file to another,  or copy arbitrarily many files to a destination directory.  
  
 
= User Experiences =
 
= User Experiences =

Revision as of 22:05, 10 November 2013

cp copies files (or, optionally, directories).
Homepage:http://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html


Description

cp copies files (or, optionally, directories). The copy is completely independent of the original. You can either copy one file to another, or copy arbitrarily many files to a destination directory.

User Experiences

Development Activity