2012-01-30 17:41:33 -05:00
|
|
|
.TH CP 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
cp \- copy files and directories
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B cp
|
2013-12-12 08:27:49 -05:00
|
|
|
.RB [ \-Rr ]
|
2012-01-30 17:41:33 -05:00
|
|
|
.I file
|
|
|
|
.RI [ name ]
|
|
|
|
.P
|
|
|
|
.B cp
|
2013-12-12 08:27:49 -05:00
|
|
|
.RB [ \-Rr ]
|
2012-01-30 17:41:33 -05:00
|
|
|
.RI [ file ...]
|
|
|
|
.RI [ directory ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B cp
|
|
|
|
copies a given file, naming it the given name. If multiple files are listed
|
|
|
|
they will be copied into the given directory.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2013-12-12 08:27:49 -05:00
|
|
|
.B \-R
|
|
|
|
equivalent to -r.
|
|
|
|
.TP
|
2012-01-30 17:41:33 -05:00
|
|
|
.B \-r
|
|
|
|
copies directories recursively. If this flag is not specified, directories are
|
|
|
|
not copied.
|