gpt4 book ai didi

powershell - 为什么这个 powershell 代码段会产生额外的空行?

转载 作者:行者123 更新时间:2023-12-04 18:48:30 25 4
gpt4 key购买 nike

此命令将在顶部多出 1 行,在底部多出 3 行。

Get-Process | select Name  | ft -HideTableHeaders | Out-File .\process.txt

其他列表也会发生同样的事情,例如读取目录。

最佳答案

结果与之前的答案相同,但采用另一种语法:

Get-Process | foreach{ $_.Name}  > .\process.txt

虽然最后还是有空行

关于powershell - 为什么这个 powershell 代码段会产生额外的空行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9994609/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com