copy source target

copy("source", "target")

Makes a copy of file source with name target.


See also cp ls cmd grep 


Example


cp letter2.txt letter2_back.txt


cp("letter2.txt", "letter2_back.txt")