This commend copies file and directories. For copying directories the -r flag must be used.
lightning:~>cp output output_copy
This copies output to a file called output_copy. Unlike mv, the original file output will remain in the directory.