Windows Shell移动文件夹中符合特定模式的文件

Windows Shell移动文件夹中符合特定模式的文件,windows,shell,powershell,command-prompt,Windows,Shell,Powershell,Command Prompt,我想在Windows shell中完成以下unix功能: mv*/FOLDER1/FOLDER2/* FOLDER1/FOLDER2模式将始终保持不变。查看移动项目,文档是。一个例子是 Move Item-Path C:\Temp-Destination C:\Logs 他们在链接的文档中有更多的例子

我想在Windows shell中完成以下unix功能:

mv*/FOLDER1/FOLDER2/*


FOLDER1/FOLDER2模式将始终保持不变。查看移动项目,文档是。一个例子是

Move Item-Path C:\Temp-Destination C:\Logs

他们在链接的文档中有更多的例子