Dictionary🇨🇳 Chinese → 🇺🇸 English

mv

Description

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

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

Meanings

mv

command to move a file to another location

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

mv

command to rename a file

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

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