From the NannyMUD documentation
2001-01-29
NAME
cp - Copy files.SYNTAX
cpDESCRIPTION
cp is short for 'copy'. It copies a file to another filename (not neccesarily in the same dir). The reason for not having a fully working 'cp' command is that it is implemented through the very inefficient efuns write_file and read_file. There are no efficient primitives in the driver.