CP(1) | General Commands Manual | CP(1) |
cp
— copy
files
cp |
[-fip ] [-R
[-H | -L |
-P ]] source
target |
cp |
[-fip ] [-R
[-H | -L |
-P ]] source ...
directory |
cp
copies the content of the
source to the target. In the
second synopsis form, cp
copies the contents of each
source to the destination
directory.
-f
-H
-i
-L
-P
-p
-R
If -R
is given, the default is as if the
-L
option had been specified. Otherwise, it defaults
to -P
.
The cp
utility exits 0 on success,
and >0 if an error occurs.
The cp
utility is compliant with the
specification.
December 29, 2019 | EltaninOS |