CEFR B1

mv

command

Meaning

A command in Unix-like operating systems used to move a file or directory from one location to another, or to rename it.

Examples

  • To move a file named 'report.txt' to the 'documents' folder, you would type 'mv report.txt documents'.
  • The command 'mv old_name.txt new_name.txt' renames the file.

Synonyms: relocate, transfer, rename