1. Home
  2. Cli
  3. Copy file

Copy file to the same directory. Put the name of the file you want to copy after the 'cp' command followed with the name of the new copied file.

#cli#file
cp file-to-copy.txt new-copied-file.txt
copy
Full Cli cheatsheet