如果在powershell中使用到“<”重定向,会有错误提示
如果是英文系统,则是
The '<' operator is reserved for future use
遇到这个问题,可以参考下面链接中的workaround,但是我没有试过
powershell - The '<' operator is reserved for future use - Stack Overflow
或者使用Command Prompt
在Powershell中使用<时遇到保留给未来使用的错误。用户可以参考StackOverflow上的解决方案,或者考虑切换到CommandPrompt来避免此问题。
如果在powershell中使用到“<”重定向,会有错误提示
如果是英文系统,则是
The '<' operator is reserved for future use
遇到这个问题,可以参考下面链接中的workaround,但是我没有试过
powershell - The '<' operator is reserved for future use - Stack Overflow
或者使用Command Prompt

被折叠的 条评论
为什么被折叠?