且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

重定向标准输入\\输出在Windows PowerShell

更新时间:2023-11-18 09:14:40

您不能直接挂钩一个文件到标准输入,但你仍然可以访问标准输入。

You can't hook a file directly to stdin, but you can still access stdin.

Get-Content input.txt | ./program > output.txt