cmd 中将目录下所有子目录文件移动到当前目录下
使用PowerShell
Get-ChildItem -Path ".\" -Recurse | Where-Object { !$_.PSIsContainer } | ForEach-Object { Move-Item -Path $_.FullName -Destination ".\" }
上一篇
百度的搜索框,只要在你搜索的「关键字」之后加「-Robin」,搜索结果会正常很多
下一篇
增加寿命的秘诀