Implement cp -f

This commit is contained in:
sin
2014-05-05 14:58:14 +01:00
parent c323f6f233
commit 02918a46e8
5 changed files with 15 additions and 4 deletions

3
cp.1
View File

@@ -17,6 +17,9 @@ 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