Epitaph Help
Categories
Concepts Creator Commands Creator Tutorials Games Innate Commands Known Commands Lord Npc Objects Playtesters Rooms Rules
Cp
Syntax
cp <file(s)> <file|dir>
Description
The cp command is used to duplicate a file. You can copy it into a different directory keeping the same name, or copy it to a file of a different name anywhere. cp will not overwrite files, so you will have to rm the file that is already there if you want to replace an old copy of a file with a newer one.
Example
cp test1 test2 cp test1 testdir cp test* testdir