CEFR C1

cp

command

Meaning

A command in Unix-like operating systems used to copy files and directories from one location to another.

Examples

  • To copy a file named 'report.txt' to a directory named 'backup', you would use the command 'cp report.txt backup/'.
  • The 'cp' command can also copy entire directories if you use the '-r' option.