Difference between revisions of "Command:cp"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 10:50, 6 February 2008

Syntax

cp <oldfilename> <newfilename>

Description

Copies a file.

Examples

  • cp myoldfile.txt mynewfile.txt
copies the file "myoldfile.txt" to the file "mynewfile.txt"

See Also