我只想要一个等效的“mv dir target”,并将 dir 移动到 target\dir。
- cmd move 甚至不能跨文件系统工作
- powershell的也没有
- xcopy 不动
- robocopy 在“robocopy.exe /move p1 p2 dir-in-p1”处失败(这里的语法是问题,请参阅接受的答案)
我只想要一个等效的“mv dir target”,并将 dir 移动到 target\dir。
PS C:\> cmd /c mklink /d testlink non-existent-dir
symbolic link created for testlink <<===>> non-existent-dir
PS C:\> rm .\testlink
Remove-Item : C:\testlink is a NTFS junction point. Use the Force parameter to delete or modify.
At line:1 char:3
+ rm <<<< .\testlink
+ CategoryInfo : WriteError: (C:\testlink:DirectoryInfo) [Remove-Item], IOException
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\> rm -force .\testlink
Remove-Item : Could not find a part of the path 'C:\testlink'.
At line:1 char:3
+ rm <<<< -force .\testlink
+ CategoryInfo : WriteError: (C:\testlink:String) [Remove-Item], DirectoryNotFoundException
+ FullyQualifiedErrorId : RemoveItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\>
该错误与 rm -force 尝试删除链接指向的任何地方的项目有关。如何使用命令行删除这个东西?我在哪里可以报告 powershell/shell 错误?似乎powershell不在ms connect上。
什么是最好的软件/配置选项?
Linux 本身具有良好的硬盘驱动器性能,并且在 Windows 上运行肯定会变慢。没有虚拟机管理程序可以让您完全进行我关心的 Windows 游戏,所以这不是我正在寻找的答案。我有独立的硬盘驱动器,Linux 可以独占使用,raid 也是一个选项。
我的担忧。通常,它似乎不像没有经验的开发人员职位那么高。似乎也有很多人没有晋升到体面的高薪工作。有什么好的路线,值得吗?