Loading…
cp — Copy Filescp source.txt destination.txt # Copy a file
cp -r folder/ backup/ # Copy a folder (-r = recursive)
mv — Move or Rename Filesmv old_name.txt new_name.txt # Rename
mv file.txt folder/ # Move to folder
A file called original.txt exists. Make a copy of it called backup.txt using the copy command, then verify both files exist.
Loading terminal engine...
This may take a moment on first load