Revision [602]
This is an old revision of CommandCp made by DavidLee on 2009-05-31 13:44:52.
Command cp
This command is part of the posix extensions and needs to be imported to be available to the shell.
See Posix Commands
Name
cp copies filesSynopsis
cp [options] file [file ...] targetOptions
-f
-force Force copy even if target exists or is readonly.
Description
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.CategoryCommands
CommandsPosix