Difference between revisions of "Cp Unix command"
Jump to navigation
Jump to search
(Added links to Function and/or Content Type) |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox tool |
|purpose=cp copies files (or, optionally, directories). Part of GNU coreutils. | |purpose=cp copies files (or, optionally, directories). Part of GNU coreutils. | ||
| − | |||
|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=GNU General Public License | |license=GNU General Public License | ||
| − | | | + | |function=File Copy |
| + | }} | ||
| + | {{Infobox tool details | ||
| + | |ohloh_id=cp Unix command | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
= 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 = | ||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 19:22, 20 April 2021
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.