|--mv指令
  基本语法
    mv oldNameFile newNameFile (重命名)
    mv /temp/movefile /targetFolder(移动文件)
    eg:移动文件与目录或重命名

相关文章: