Dictionary🇨🇳 Chinese → 🇺🇸 English

mv

Description

mv 是一个电脑命令,可以帮你移动文件,也可以给文件换名字。

"mv" is a computer command that can help you move files or rename them.

很多人在 Linux 或者 Mac 电脑上用它。

Many people use it on Linux or Mac computers.

Meanings

mv

command to move a file to another location

我用 mv 把文件放到新的文件夹里。

I use mv to move files to a new folder.

mv

command to rename a file

你可以用 mv 给这个文件换个名字。

You can use mv to rename this file.

Related words

Notes

  • Etymology

    mv is short for the English word "move", used in Unix-like systems.

  • Nuance

    unlike cp (copy), mv removes the file from its original location.

Links