DragonFly On-Line Manual Pages
COPY(1) Browser User Manual COPY(1)
NAME
copy - Copy files and directories
SYNOPSIS
copy [-f] [-i] [-p] source_file target
copy [-f] [-i] [-p] source_file... target
copy [-R] | [-r] [-H | -L | -P] [-f] [-i] [-p] source_file...
target...
DESCRIPTION
copy copies files and directories specified from the command line
interface.
OPTIONS
The following options are available:
-f
Do not prompt for confirmation before overwriting files.
-i
Always ask before overwriting files.
-p
Preserve attributes of the files copied.
-r, -R
Allow recursion through sub-directories.
BUGS
Issues can be listed and reported at
http://www.defora.org/os/project/bug_list/230/Browser.
SEE ALSO
browser(1), cp(1), delete(1), desktop(1), desktopctl(1), move(1),
open(1), properties(1), view(1)
AUTHOR
Pierre Pronchery <khorben@defora.org>
Code and documentation.
COPYRIGHT
Copyright (C) 2012 Pierre Pronchery <khorben@defora.org>
This manual page was written for the DeforaOS project (and may be used
by others).
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License, Version 3 as
published by the Free Software Foundation.
DeforaOS Browser 02/17/2016 COPY(1)