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) |
||
(4 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. | 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 16: | Line 13: | ||
= 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
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt673eac0c1d8934_09514888
Description[edit]
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.