Difference between revisions of "Cp Unix command"
Jump to navigation
Jump to search
(Trial import from script.) |
(Added links to Function and/or Content Type) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox tool |
| − | |purpose= cp copies files (or, optionally, directories). | + | |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= | + | |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. | |
= User Experiences = | = User Experiences = | ||
| + | * [http://lists.gnu.org/archive/html/coreutils/2014-08/msg00012.html My experience with using cp to copy a lot of files (432 millions, 39 TB)] | ||
= 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.