sbase/cp.1

29 lines
550 B
Groff

.TH CP 1 sbase\-VERSION
.SH NAME
cp \- copy files and directories
.SH SYNOPSIS
.B cp
.RB [ \-Rr ]
.I file
.RI [ name ]
.P
.B cp
.RB [ \-Rr ]
.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
.B \-f
if an existing destination file cannot be opened, remove it and try again.
.TP
.B \-R
equivalent to -r.
.TP
.B \-r
copies directories recursively. If this flag is not specified, directories are
not copied.