📜  cmd 将所有文件移动到父目录 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:13.600000             🧑  作者: Mango
代码示例1
// navigate to the target folder,open cmd there and
// execute mv * .. it will move all files to one level UP
> mv * ..