mv
介绍mv命令的使用方法。
说明: 移动或重命名文件或目录。
范例
-
将文件“a.txt” 更名为“b.txt”。
# mv a.txt b.txt
-
将所有后缀名为“.c”的文件移至“bin”目录中。
# mv -i *.c bin