Difference between revisions of "Cp Unix command"

From COPTR
Jump to navigation Jump to search
(Added links to Function and/or Content Type)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
|purpose=cp copies files (or,  optionally,  directories).
+
|purpose=cp copies files (or,  optionally,  directories). Part of GNU coreutils.
|image=
 
 
|homepage=http://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html
 
|homepage=http://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html
|license=
+
|license=GNU General Public License
|platforms=
+
|function=File Copy
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=cp Unix command
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:File Copy]]
 
 
 
 
= 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.  
Line 19: Line 16:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=cp Unix command
 
}}
 

Latest revision as of 19:22, 20 April 2021




cp copies files (or, optionally, directories). Part of GNU coreutils.
Homepage:http://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html
License:GNU General Public License
Function:File Copy



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