Difference between revisions of "Command:cp"
Jump to navigation
Jump to search
(No difference)
|
Latest revision as of 10:50, 6 February 2008
Contents
Syntax
cp <oldfilename> <newfilename>
Description
Copies a file.
Examples
- cp myoldfile.txt mynewfile.txt
- copies the file "myoldfile.txt" to the file "mynewfile.txt"